Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderProgram.hpp260 struct ShaderSource struct
262 ShaderType shaderType;
263 std::string source;
265 ShaderSource (void) : shaderType(SHADERTYPE_LAST) {} in ShaderSource() function
266ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), … in ShaderSource() function
/external/deqp/executor/
DxeTestCaseResult.hpp284 class ShaderSource : public Item class
287 ShaderSource (void) : Item(TYPE_SHADERSOURCE) {} in ShaderSource() function in xe::ri::ShaderSource
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1397 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/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp4746 void ShaderSource(GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) in ShaderSource() function