Searched defs:ShaderSource (Results 1 – 8 of 8) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 271 struct ShaderSource struct 273 ShaderType shaderType; 274 std::string source; 276 ShaderSource (void) : shaderType(SHADERTYPE_LAST) {} in ShaderSource() argument 277 …ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), … in ShaderSource() function
|
/external/angle/samples/shader_translator/ |
D | shader_translator.cpp | 40 typedef std::vector<char *> ShaderSource; typedef
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 284 class ShaderSource : public Item class 287 ShaderSource (void) : Item(TYPE_SHADERSOURCE) {} in ShaderSource() function in xe::ri::ShaderSource
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1397 class ShaderSource : public Operation class 1408 ShaderSource::ShaderSource (SharedPtr<Shader> shader, const char* source, bool useSync, bool server… in ShaderSource() function in deqp::egl::GLES2ThreadTest::ShaderSource
|
/external/angle/src/libGL/ |
D | entry_points_gl_2_0_autogen.cpp | 759 void GL_APIENTRY ShaderSource(GLuint shader, in ShaderSource() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 2275 void GL_APIENTRY ShaderSource(GLuint shader, in ShaderSource() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 4307 void GL_APIENTRY ShaderSource(GLuint shader, GLsizei count, const GLchar *const *string, const GLin… in ShaderSource() function
|
/external/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1033 ShaderSource, enumerator
|