HomeSort by relevance Sort by last modified time
    Searched defs:samplerTypes (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 94 std::vector<TestTypeInfo> samplerTypes = getInfos();
100 for (int typeNdx = 0; typeNdx < (int)samplerTypes.size(); ++typeNdx)
103 std::string(glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString()),
104 "Uniform type " + glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString());
107 shaderArgs["DECLARATIONSTR"] = samplerTypes[typeNdx].declarationStr;
108 shaderArgs["ACCESSSTR"] = samplerTypes[typeNdx].accessStr;
115 m_testCtx.getLog() << tcu::TestLog::Message << "Building program with uniform sampler of type " << glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType) << tcu::TestLog::EndMessage;
139 if (type != (glw::GLint)samplerTypes[typeNdx].glType)
142 buf << "Invalid type, expected " << samplerTypes[typeNdx].glType << ", got " << type;
175 static const TestTypeInfo samplerTypes[]
    [all...]
es31fOpaqueTypeIndexingTests.cpp     [all...]
es31fProgramUniformTests.cpp 356 vector<glu::DataType> samplerTypes;
358 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
359 return samplerTypes;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 197 static string generateMultiTexFragmentShader (int numUnits, const vector<GLenum>& unitTypes, const vector<glu::DataType>& samplerTypes)
217 samplersStr += string("") + "uniform highp " + glu::getDataTypeName(samplerTypes[ndx]) + " " + samplerName + ";\n";
248 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration (int numUnits, const vector<GLenum>& unitTypes, const vector<glu::DataType>& samplerTypes)
264 decl << sglr::pdec::Uniform(samplerName, samplerTypes[ndx]);
280 decl << sglr::pdec::FragmentSource(generateMultiTexFragmentShader(numUnits, unitTypes, samplerTypes));
336 const vector<glu::DataType>& samplerTypes,
359 const vector<glu::DataType>& samplerTypes,
363 : sglr::ShaderProgram (generateShaderProgramDeclaration(numUnits, unitTypes, samplerTypes))
935 vector<glu::DataType> samplerTypes;
941 samplerTypes.reserve(m_numUnits)
    [all...]
es3fUniformApiTests.cpp 376 vector<glu::DataType> samplerTypes;
378 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
379 return samplerTypes;
    [all...]

Completed in 1204 milliseconds