Home
last modified time | relevance | path

Searched defs:shaderSource (Results 1 – 20 of 20) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderFunctionTests.cpp183 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 …]
Des31fNegativePreciseTests.cpp146 std::string shaderSource = generateShaderSource(ctx, shaderType, test); in generateAndVerifyShader() local
Des31fNegativeSampleVariablesTests.cpp45 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource, … in verifyShader()
Des31fNegativeShaderDirectiveTests.cpp76 void verifyShader(NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource, E… in verifyShader()
Des31fNegativeShaderImageLoadStoreTests.cpp379 …std::string shaderSource(generateShaderSource(function, memory, imageType, format, s_shaders[n… in testShader() local
Des31fShaderMultisampleInterpolationTests.cpp51 static std::string specializeShader(const std::string& shaderSource, const glu::ContextType& contex… in specializeShader()
Des31fTessellationGeometryInteractionTests.cpp57 static std::string specializeShader (const std::string& shaderSource, const glu::ContextType& conte… in specializeShader()
Des31fGeometryShaderTests.cpp118 static std::string specializeShader (const std::string& shaderSource, const glu::ContextType& conte… in specializeShader()
/external/deqp/modules/gles3/functional/
Des3fShaderDiscardTests.cpp68 …e (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEv… in ShaderDiscardCase()
Des3fShaderReturnTests.cpp82 …, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEv… in ShaderReturnCase()
Des3fShaderApiTests.cpp423 const char* shaderSource = getSimpleShaderSource(m_shaderType); in test() local
/external/deqp/modules/gles2/functional/
Des2fShaderDiscardTests.cpp74 …e (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEv… in ShaderDiscardCase()
Des2fShaderReturnTests.cpp92 …, const char* name, const char* description, bool isVertexCase, const char* shaderSource, ShaderEv… in ShaderReturnCase()
Des2fShaderApiTests.cpp369 const char* shaderSource = getSimpleShaderSource(m_shaderType); in test() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp121 const char* shaderSource, in ShaderDiscardCase()
DvktShaderRenderReturnTests.cpp84 const std::string& shaderSource, in ShaderReturnCase()
/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.cpp426 static GLW_APICALL void GLW_APIENTRY shaderSource (deUint32 shader, deInt32 count, const char* cons… in shaderSource() function
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl464 glShaderSourceFunc shaderSource; variable
/external/skia/src/gpu/gl/
DGrGLTestInterface.h136 …virtual GrGLvoid shaderSource(GrGLuint shader, GrGLsizei count, const char* const * str, const GrG… in shaderSource() function
138 …virtual GrGLvoid shaderSource(GrGLuint shader, GrGLsizei count, const char** str, const GrGLint* l… in shaderSource() function
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1420 const char* shaderSource = m_source.c_str(); in exec() local