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

  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 235 // CommonFunctionCase
237 class CommonFunctionCase : public TestCase
240 CommonFunctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType);
241 ~CommonFunctionCase (void);
248 CommonFunctionCase (const CommonFunctionCase& other);
249 CommonFunctionCase& operator= (const CommonFunctionCase& other);
264 CommonFunctionCase::CommonFunctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 162 // CommonFunctionCase
164 class CommonFunctionCase : public TestCase
167 CommonFunctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType);
168 ~CommonFunctionCase (void);
175 CommonFunctionCase (const CommonFunctionCase& other);
176 CommonFunctionCase& operator= (const CommonFunctionCase& other);
191 CommonFunctionCase::CommonFunctionCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 441 // CommonFunctionCase
443 class CommonFunctionCase : public TestCase
446 CommonFunctionCase (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType);
447 ~CommonFunctionCase (void);
456 CommonFunctionCase (const CommonFunctionCase&);
457 CommonFunctionCase& operator= (const CommonFunctionCase&);
464 CommonFunctionCase::CommonFunctionCase (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType
    [all...]

Completed in 53 milliseconds