/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 271 struct ShaderSource struct 276 ShaderSource (void) : shaderType(SHADERTYPE_LAST) {} in ShaderSource() function 277 …ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), … in ShaderSource() function 280 struct VertexSource : public ShaderSource 282 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} in VertexSource() 285 struct FragmentSource : public ShaderSource 287 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} in FragmentSource() 290 struct GeometrySource : public ShaderSource 292 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} in GeometrySource() 295 struct ComputeSource : public ShaderSource [all …]
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 70 class ShaderSource; 284 class ShaderSource : public Item class 287 ShaderSource (void) : Item(TYPE_SHADERSOURCE) {} in ShaderSource() function in xe::ri::ShaderSource 288 ~ShaderSource (void) {} in ~ShaderSource() 337 ShaderSource source;
|
/external/angle/samples/shader_translator/ |
D | shader_translator.cpp | 45 typedef std::vector<char *> ShaderSource; typedef 46 static bool ReadShaderSource(const char *fileName, ShaderSource &source); 47 static void FreeShaderSource(ShaderSource &source); 481 ShaderSource source; in CompileFile() 761 static bool ReadShaderSource(const char *fileName, ShaderSource &source) in ReadShaderSource() 794 static void FreeShaderSource(ShaderSource &source) in FreeShaderSource() 796 for (ShaderSource::size_type i = 0; i < source.size(); ++i) in FreeShaderSource()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkShaderProgram.cpp | 31 GlslSource& GlslSource::operator<< (const glu::ShaderSource& shaderSource) in operator <<() 43 HlslSource& HlslSource::operator<< (const glu::ShaderSource& shaderSource) in operator <<()
|
D | vkShaderProgram.hpp | 111 GlslSource& operator<< (const glu::ShaderSource& shaderSource); 121 HlslSource& operator<< (const glu::ShaderSource& shaderSource);
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.hpp | 177 std::vector<ShaderSource> m_sources; 240 std::vector<ShaderSource> shaders; 294 ShaderSource source;
|
/external/deqp/doc/ |
D | qpa_file_format.txt | 86 <ShaderSource>[string]</ShaderSource> 90 <ShaderSource>[string]</ShaderSource>
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 184 glu::ShaderSource getSource (void); 217 glu::ShaderSource LongShaderGenerator::getSource (void) in getSource() 222 return glu::ShaderSource(m_spec.shaderType, m_source); in getSource() 393 sources << glu::ShaderSource(otherShader, getConstShaderSource(otherShader)); in iterate()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcSpirvUtils.hpp | 50 glu::ShaderBinary makeSpirV(tcu::TestLog& log, glu::ShaderSource source, SpirvVersion version = SPI…
|
D | glcSpirvUtils.cpp | 307 ShaderBinary makeSpirV(tcu::TestLog& log, ShaderSource source, SpirvVersion version) in makeSpirV()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTestCaseUtil.hpp | 81 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)); in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateTestCaseUtil.hpp | 86 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)); in initPrograms()
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 101 ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str())); in iterate() 154 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 276 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 397 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 514 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 856 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 950 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 1038 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 1143 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate() 1278 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SH… in iterate()
|
D | es31fNegativeAtomicCounterTests.cpp | 164 …Program program(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx],… in iterateShaders()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 71 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &source, &sourceLength)); in GrGLCompileAndAttachShader()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 151 callgl(ShaderSource, vs, 2, strings, lengths); in GLTestAtlasTextRenderer() 197 callgl(ShaderSource, fs, 2, strings, lengths); in GLTestAtlasTextRenderer()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 128 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &glsl, &glslLength)); in GrGLCompileAndAttachShader()
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_gl_spirv.txt | 82 - Verify if ShaderSource function used on shader with SPIR_V_BINARY_ARB state 85 - Verify if ShaderSource function used on shader with SPIR_V_BINARY_ARB state
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 114 GET_PROC(ShaderSource); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 107 GET_PROC(ShaderSource); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 110 GET_PROC(ShaderSource); in GrGLMakeAssembledGLInterface()
|
/external/angle/extensions/ |
D | ANGLE_translated_shader_source.txt | 95 passed to the GL using ShaderSource. The length of this translated string
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1397 class ShaderSource : public Operation class 1400 ShaderSource (SharedPtr<Shader> sharder, const char* source, bool useSync, bool serverSync); 1408 ShaderSource::ShaderSource (SharedPtr<Shader> shader, const char* source, bool useSync, bool server… in ShaderSource() function in deqp::egl::GLES2ThreadTest::ShaderSource 1417 void ShaderSource::exec (tcu::ThreadUtil::Thread& t) in exec() 2717 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::ShaderSource(shader, (shader->type == GL_V… in addRandomOperation() 3156 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(vertexShader, vertexShaderSource, m_c… in addBufferOperations() 3160 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(fragmentShader, fragmentShaderSource,… in addBufferOperations() 3244 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(vertexShader, vertexShaderSource, m_c… in addTextureOperations() 3248 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(fragmentShader, fragmentShaderSource,… in addTextureOperations() 3351 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderSource(vertexShader, vertexShaderSource, m_c… in addImageOperations() [all …]
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 197 GET_PROC(ShaderSource); in GrGLMakeAssembledGLInterface() 571 GET_PROC(ShaderSource); in GrGLMakeAssembledGLESInterface()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 164 GlslSource& operator<< (const glu::ShaderSource& shaderSource) in operator <<()
|