/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderFunctionTests.cpp | 183 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource) in verifyShader() 377 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_floatTy… in bitfield_extract_invalid_value_type() local 401 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_intType… in bitfield_extract_invalid_offset_type() local 405 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_uintTyp… in bitfield_extract_invalid_offset_type() local 431 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_intType… in bitfield_extract_invalid_bits_type() local 435 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_uintTyp… in bitfield_extract_invalid_bits_type() local 477 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_floatTyp… in bitfield_insert_invalid_base_type() local 481 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_floatTyp… in bitfield_insert_invalid_base_type() local 505 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_intTypes… in bitfield_insert_invalid_insert_type() local 509 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_uintType… in bitfield_insert_invalid_insert_type() local [all …]
|
D | es31fNegativePreciseTests.cpp | 146 std::string shaderSource = generateShaderSource(ctx, shaderType, test); in generateAndVerifyShader() local
|
D | es31fNegativeShaderDirectiveTests.cpp | 76 void verifyShader(NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource, E… in verifyShader()
|
D | es31fNegativeShaderImageLoadStoreTests.cpp | 379 …std::string shaderSource(generateShaderSource(function, memory, imageType, format, s_shaders[n… in testShader() local
|
D | es31fShaderMultisampleInterpolationTests.cpp | 51 static std::string specializeShader(const std::string& shaderSource, const glu::ContextType& contex… in specializeShader()
|
D | es31fTessellationGeometryInteractionTests.cpp | 57 static std::string specializeShader (const std::string& shaderSource, const glu::ContextType& conte… in specializeShader()
|
D | es31fGeometryShaderTests.cpp | 118 static std::string specializeShader (const std::string& shaderSource, const glu::ContextType& conte… in specializeShader()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDiscardTests.cpp | 68 …e (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEv… in ShaderDiscardCase()
|
D | es3fShaderReturnTests.cpp | 82 …, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEv… in ShaderReturnCase()
|
D | es3fShaderApiTests.cpp | 423 const char* shaderSource = getSimpleShaderSource(m_shaderType); in test() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderDiscardTests.cpp | 74 …e (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEv… in ShaderDiscardCase()
|
D | es2fShaderReturnTests.cpp | 92 …, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEv… in ShaderReturnCase()
|
D | es2fShaderApiTests.cpp | 369 const char* shaderSource = getSimpleShaderSource(m_shaderType); in test() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDiscardTests.cpp | 121 const char* shaderSource, in ShaderDiscardCase()
|
D | vktShaderRenderReturnTests.cpp | 84 const std::string& shaderSource, in ShaderReturnCase()
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperContext.cpp | 426 static GLW_APICALL void GLW_APIENTRY shaderSource (deUint32 shader, deInt32 count, const char* cons… in shaderSource() function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 464 glShaderSourceFunc shaderSource; variable
|
/external/skia/src/gpu/gl/ |
D | GrGLTestInterface.h | 135 …virtual GrGLvoid shaderSource(GrGLuint shader, GrGLsizei count, const char* const * str, const GrG… in shaderSource() function 137 …virtual GrGLvoid shaderSource(GrGLuint shader, GrGLsizei count, const char** str, const GrGLint* l… in shaderSource() function
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1420 const char* shaderSource = m_source.c_str(); in exec() local
|