HomeSort by relevance Sort by last modified time
    Searched refs:vtxSource (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderSwitchTests.cpp 51 ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc);
55 ShaderSwitchCase::ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc)
58 m_vertShaderSource = vtxSource;
es3fShaderStateQueryTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderSwitchTests.cpp 58 const string& vtxSource,
69 const string& vtxSource,
75 m_vertShaderSource = vtxSource;
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 1034 MovePtr<ProgramWrapper> createShaderProgram (const string* vtxSource,
1090 MovePtr<ProgramWrapper> SeparateShaderTest::createShaderProgram (const string* vtxSource,
1096 if (vtxSource != DE_NULL)
1097 sources << VertexSource(*vtxSource);
    [all...]
es31fTextureBorderClampTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 129 const string vtxSource = "${VERSION}\n"
165 return glu::makeVtxFragSources(tcu::StringTemplate(vtxSource).specialize(params), tcu::StringTemplate(frgSource).specialize(params));

Completed in 3269 milliseconds