Home
last modified time | relevance | path

Searched defs:ShaderSource (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp349 struct ShaderSource struct
351 ShaderType shaderType;
352 std::string source;
354 ShaderSource(void) : shaderType(SHADERTYPE_LAST) in ShaderSource() function
357ShaderSource(glu::ShaderType shaderType_, const std::string &source_) : shaderType(shaderType_), s… in ShaderSource() argument
/aosp_15_r20/external/deqp/executor/
H A DxeTestCaseResult.hpp342 class ShaderSource : public Item class
345 ShaderSource(void) : Item(TYPE_SHADERSOURCE) in ShaderSource() function in xe::ri::ShaderSource
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp45 typedef std::vector<char *> ShaderSource; typedef
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1501 class ShaderSource : public Operation class
1512 ShaderSource::ShaderSource(SharedPtr<Shader> shader, const char *source, bool useSync, bool serverS… in ShaderSource() function in deqp::egl::GLES2ThreadTest::ShaderSource