Searched defs:VarValue (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 69 struct VarValue struct 71 const glu::VarType& type; 72 const void* value; 74 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
|
D | es31fProgramUniformTests.cpp | 274 struct VarValue struct 276 glu::DataType type; 279 { 294 } val;
|
D | es31fShaderCommonFunctionTests.cpp | 356 struct VarValue struct 358 const glu::VarType& type; 359 const void* value; 361 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 71 struct VarValue struct 73 const glu::VarType& type; 74 const void* value; 76 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
|
D | vktShaderCommonFunctionTests.cpp | 299 struct VarValue struct 301 const glu::VarType& type; 302 const void* value; 304 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 282 struct VarValue struct 284 const glu::VarType& type; 285 const void* value; 287 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
|
D | es3fUniformApiTests.cpp | 294 struct VarValue struct 296 glu::DataType type; 299 { 314 } val;
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 234 struct VarValue struct 236 glu::DataType type; 239 { 248 } val;
|