Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderProgram.hpp248 struct ShaderSource struct
250 ShaderType shaderType;
251 std::string source;
253 ShaderSource (void) : shaderType(SHADERTYPE_LAST) {} in ShaderSource() argument
254ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), … in ShaderSource() function
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShader.java97 public static class ShaderSource extends NativeObject implements Savable { class in Shader
106 public ShaderSource(ShaderType type){ in ShaderSource() method in Shader.ShaderSource
113 protected ShaderSource(ShaderSource ss){ in ShaderSource() method in Shader.ShaderSource
121 public ShaderSource(){ in ShaderSource() method in Shader.ShaderSource
/external/deqp/executor/
DxeTestCaseResult.hpp283 class ShaderSource : public Item class
286 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