Home
last modified time | relevance | path

Searched defs:getShaderSource (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5713 std::string BufferTestBase::getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stag… in test() function in gl4cts::EnhancedLayouts::BufferTestBase
7306 std::string TextureTestBase::getShaderSource(GLuint test_case_index, Utils::ProgramInterface& progr… in test() function in gl4cts::EnhancedLayouts::TextureTestBase
8190 std::string GLSLContantImmutablityTest::getShaderSource(GLuint test_case_index, Utils::Shader::STAG… in test() function in gl4cts::EnhancedLayouts::GLSLContantImmutablityTest
8852 std::string UniformBlockLayoutQualifierConflictTest::getShaderSource(GLuint test_case_index, in test() function in gl4cts::EnhancedLayouts::UniformBlockLayoutQualifierConflictTest
9155 std::string UniformBlockMemberInvalidOffsetAlignmentTest::getShaderSource(GLuint test_case_index, in test() function in gl4cts::EnhancedLayouts::UniformBlockMemberInvalidOffsetAlignmentTest
9614 std::string UniformBlockMemberOverlappingOffsetsTest::getShaderSource(GLuint test_case_index, in test() function in gl4cts::EnhancedLayouts::UniformBlockMemberOverlappingOffsetsTest
10110 std::string UniformBlockMemberAlignNonPowerOf2Test::getShaderSource(GLuint test_case_index, Utils::… in test() function in gl4cts::EnhancedLayouts::UniformBlockMemberAlignNonPowerOf2Test
10850 std::string SSBLayoutQualifierConflictTest::getShaderSource(GLuint test_case_index, Utils::Shader::… in test() function in gl4cts::EnhancedLayouts::SSBLayoutQualifierConflictTest
11214 std::string SSBMemberInvalidOffsetAlignmentTest::getShaderSource(GLuint test_case_index, Utils::Sha… in test() function in gl4cts::EnhancedLayouts::SSBMemberInvalidOffsetAlignmentTest
11576 std::string SSBMemberOverlappingOffsetsTest::getShaderSource(GLuint test_case_index, Utils::Shader:… in test() function in gl4cts::EnhancedLayouts::SSBMemberOverlappingOffsetsTest
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp820 std::string TestCaseBase::getShaderSource(glw::GLuint shader_id) in getShaderSource() function in glcts::TestCaseBase
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js744 getShaderSource: function (...args) { method
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderApiTests.cpp1265 std::string getShaderSource (const glu::ShaderType shaderType) const in getShaderSource() function in deqp::gles3::Functional::ProgramBinaryUniformResetCase
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h173 PFNGLGETSHADERSOURCEPROC getShaderSource = nullptr; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp2744 std::string CommonDescriptorInstance::getShaderSource (VkShaderStageFlagBits shaderType, in getShaderSource() function in vkt::DescriptorIndexing::__anon8d9017be0111::CommonDescriptorInstance
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl351 glGetShaderSourceFunc getShaderSource; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp6467 const std::string &FrameCaptureShared::getShaderSource(gl::ShaderProgramID id) const in getShaderSource() function in angle::FrameCaptureShared
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6986 void Context::getShaderSource(ShaderProgramID shader, in getShaderSource() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts5000 getShaderSource(shader: WebGLShader): string | null; method
Dlib.dom.d.ts16247 getShaderSource(shader: WebGLShader): string | null; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4980 getShaderSource(shader: WebGLShader): string | null; method
Ddom.generated.d.ts16227 getShaderSource(shader: WebGLShader): string | null; method
/third_party/typescript/tests/lib/
Dlib.d.ts15074 getShaderSource(shader: WebGLShader): string; method