Home
last modified time | relevance | path

Searched defs:ProgramContext (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
DglsLongStressCase.hpp192 struct ProgramContext struct
194 std::string vertexSource;
195 std::string fragmentSource;
196 std::vector<VarSpec> attributes;
197 std::vector<VarSpec> uniforms;
199 …c> textureSpecs; //!< \note If multiple textures have same unit, one of them is picked randomly.
201 …rName; //!< \note Position attribute may get a bit more careful handling than just complete random.
203 ProgramContext (const char* const vtxShaderSource_, in ProgramContext() function
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp235 struct ProgramContext struct in deqp::gles2::Performance::__anona8c3c8290111::OperatorPerformanceCase
237 string vertShaderSource;
238 string fragShaderSource;
239 vector<AttribSpec> attributes;
241 string description;
243 ProgramContext (void) {} in ProgramContext() function
244ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string&… in ProgramContext() function
Des2pShaderCompilationCases.cpp403 struct ProgramContext struct in deqp::gles2::Performance::ShaderCompilerCase
405 string vertShaderSource;
406 string fragShaderSource;
407 vector<AttribSpec> vertexAttributes;
408 vector<UniformSpec> uniforms;
599 struct ProgramContext struct in deqp::gles2::Performance::InvalidShaderCompilerCase
601 string vertShaderSource;
602 string fragShaderSource;
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp235 struct ProgramContext struct in deqp::gles3::Performance::__anon6814502b0111::OperatorPerformanceCase
237 string vertShaderSource;
238 string fragShaderSource;
239 vector<AttribSpec> attributes;
241 string description;
243 ProgramContext (void) {} in ProgramContext() function
244ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string&… in ProgramContext() argument
Des3pShaderCompilationCases.cpp403 struct ProgramContext struct in deqp::gles3::Performance::ShaderCompilerCase
405 string vertShaderSource;
406 string fragShaderSource;
407 vector<AttribSpec> vertexAttributes;
408 vector<UniformSpec> uniforms;
599 struct ProgramContext struct in deqp::gles3::Performance::InvalidShaderCompilerCase
601 string vertShaderSource;
602 string fragShaderSource;
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter.py207 class ProgramContext(object): class