Home
last modified time | relevance | path

Searched refs:getSourceLength (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DShader.h58 size_t getSourceLength() const;
DShader.cpp125 size_t Shader::getSourceLength() const in getSourceLength() function in es2::Shader
DlibGLESv2.cpp3151 *params = (GLint)shaderObject->getSourceLength(); in GetShaderiv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h183 int getSourceLength() const;
DShader.cpp233 int Shader::getSourceLength() const in getSourceLength() function in gl::Shader
Dqueryutils.cpp1494 *params = shader->getSourceLength(); in QueryShaderiv()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderApiTests.cpp560 GLint getSourceLength (glu::Shader& shader) in getSourceLength() function in deqp::gles2::Functional::ShaderSourceReplaceCase
571 const GLint sourceLength = getSourceLength(shader); in readSource()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderApiTests.cpp617 GLint getSourceLength (glu::Shader& shader) in getSourceLength() function in deqp::gles3::Functional::ShaderSourceReplaceCase
628 const GLint sourceLength = getSourceLength(shader); in readSource()