/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 92 static std::string getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVe… in getBasicCaseDescription() 101 SharedBasicVarCase::SharedBasicVarCase (Context& context, const char* name, DataType basicType, Pre… in SharedBasicVarCase() 368 for (int basicType = TYPE_FLOAT; basicType <= TYPE_BOOL_VEC4; basicType++) in init() local
|
D | es31fSSBOLayoutCase.cpp | 377 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local 418 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local 482 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local 841 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies() 979 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc() 1007 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc() 1156 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local 1240 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 818 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType()
|
D | es31fSeparateShaderTests.cpp | 204 const DataType basicType = input.varType.getBasicType(); in printInputColor() local
|
D | es31fShaderIntegerFunctionTests.cpp | 81 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local
|
D | es31fProgramUniformTests.cpp | 239 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
|
D | es31fShaderCommonFunctionTests.cpp | 367 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local
|
D | es31fProgramInterfaceQueryTests.cpp | 557 …const glu::DataType basicType = static_cast<const ResourceDefinition::Variable*>(resource… in generateProgramDefinitionFromResource() local
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | Type.java | 247 private final int basicType; field in Type 429 private Type(String descriptor, int basicType, int newAt) { in Type() 459 private Type(String descriptor, int basicType) { in Type()
|
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 294 DataType basicType = curType.getBasicType(); in findNext() local 349 DataType basicType = curType->getBasicType(); in isValidTypePath() local 396 DataType basicType = curType->getBasicType(); in getVarType() local
|
D | gluVarType.cpp | 42 VarType::VarType (DataType basicType, Precision precision) in VarType()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 496 const glu::DataType basicType = symbol.varType.getBasicType(); in execute() local 686 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local 741 const glu::DataType basicType = symbol.varType.getBasicType(); in execute() local 963 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local 1014 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local 1041 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
|
D | glsUniformBlockCase.cpp | 128 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType() 420 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local 474 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local 719 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
|
D | glsUniformBlockCase.hpp | 109 glu::DataType basicType; member
|
/external/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 385 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform() 583 enum glsl_base_type basicType; in _mesa_uniform() local
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | RopToDop.java | 525 int basicType = ref.getBasicType(); in dopFor() local 538 int basicType = ref.getBasicType(); in dopFor() local 551 int basicType = ref.getBasicType(); in dopFor() local 564 int basicType = ref.getBasicType(); in dopFor() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 175 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local 225 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 235 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local 285 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
|
D | es3fFragmentOutputTests.cpp | 1055 …glu::DataType basicType = rnd.choose<glu::DataType>(&outputTypes[0], &outputTypes[0] + DE_LENGTH_… in createRandomCase() local
|
D | es3fShaderCommonFunctionTests.cpp | 294 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local
|