Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.hpp190 struct ProgramContext struct
192 std::string vertexSource;
193 std::string fragmentSource;
194 std::vector<VarSpec> attributes;
195 std::vector<VarSpec> uniforms;
198 … 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_, const char *const fragShaderSource_, in ProgramContext() function
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp264 struct ProgramContext struct in deqp::gles2::Performance::__anona39f93760111::OperatorPerformanceCase
266 string vertShaderSource;
267 string fragShaderSource;
268 vector<AttribSpec> attributes;
270 string description;
272 ProgramContext(void) in ProgramContext() argument
275ProgramContext(const string &vs, const string &fs, const vector<AttribSpec> &attrs, const string &… in ProgramContext() function
Des2pShaderCompilationCases.cpp409 struct ProgramContext struct in deqp::gles2::Performance::ShaderCompilerCase
411 string vertShaderSource;
412 string fragShaderSource;
413 vector<AttribSpec> vertexAttributes;
414 vector<UniformSpec> uniforms;
621 struct ProgramContext struct in deqp::gles2::Performance::InvalidShaderCompilerCase
623 string vertShaderSource;
624 string fragShaderSource;
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp264 struct ProgramContext struct in deqp::gles3::Performance::__anon62f01b780111::OperatorPerformanceCase
266 string vertShaderSource;
267 string fragShaderSource;
268 vector<AttribSpec> attributes;
270 string description;
272 ProgramContext(void) in ProgramContext() argument
275ProgramContext(const string &vs, const string &fs, const vector<AttribSpec> &attrs, const string &… in ProgramContext() function
Des3pShaderCompilationCases.cpp409 struct ProgramContext struct in deqp::gles3::Performance::ShaderCompilerCase
411 string vertShaderSource;
412 string fragShaderSource;
413 vector<AttribSpec> vertexAttributes;
414 vector<UniformSpec> uniforms;
621 struct ProgramContext struct in deqp::gles3::Performance::InvalidShaderCompilerCase
623 string vertShaderSource;
624 string fragShaderSource;
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter.py231 class ProgramContext(object): class