Home
last modified time | relevance | path

Searched refs:getUniformBlockIndex (Results 1 – 25 of 59) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5UniformBlocksArrayIndexing.cpp189 blockIndex = gl.getUniformBlockIndex(m_program_id, positionBlock.str().c_str()); in iterate()
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl157 dst->getUniformBlockIndex = src.getUniformBlockIndex;
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_1_autogen.cpp238 returnValue = context->getUniformBlockIndex(program, uniformBlockName); in GetUniformBlockIndex()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js658 getUniformBlockIndex: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES30Direct.inl133 gl->getUniformBlockIndex = &glGetUniformBlockIndex;
DglwInitES31Direct.inl157 gl->getUniformBlockIndex = &glGetUniformBlockIndex;
DglwInitES32Direct.inl182 gl->getUniformBlockIndex = &glGetUniformBlockIndex;
DglwInitES30.inl133 gl->getUniformBlockIndex = (glGetUniformBlockIndexFunc) loader->get("glGetUniformBlockIndex"…
DglwInitGL31.inl140 gl->getUniformBlockIndex = (glGetUniformBlockIndexFunc) loader->get("glGetUniformBlockIndex"…
DglwFunctions.inl384 glGetUniformBlockIndexFunc getUniformBlockIndex; variable
DglwInitES31.inl157 gl->getUniformBlockIndex = (glGetUniformBlockIndexFunc) loader->get("glGetUniformBlockIndex"…
DglwInitGL32.inl152 gl->getUniformBlockIndex = (glGetUniformBlockIndexFunc) loader->get("glGetUniformBlockIndex"…
DglwInitGL33.inl163 gl->getUniformBlockIndex = (glGetUniformBlockIndexFunc) loader->get("glGetUniformBlockIndex"…
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h87 GLuint getUniformBlockIndex(GLuint program, const GLchar *uniformBlockName); \
DProgram.h768 GLuint getUniformBlockIndex(const std::string &name) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h89 GLuint getUniformBlockIndex(ShaderProgramID programPacked, const GLchar *uniformBlockName); \
DProgram.h633 GLuint getUniformBlockIndex(const std::string &name) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp816 mFunctions->getUniformBlockIndex(mProgramID, mappedNameWithIndex.c_str()); in setUniformBlockBinding()
834 GLuint blockIndex = mFunctions->getUniformBlockIndex(mProgramID, blockMappedName.c_str()); in getUniformBlockSize()
DDispatchTableGL_autogen.cpp691 ASSIGN("glGetUniformBlockIndex", getUniformBlockIndex); in initProcsDesktopGL()
1515 ASSIGN("glGetUniformBlockIndex", getUniformBlockIndex); in initProcsDesktopGL()
2466 ASSIGN("glGetUniformBlockIndex", getUniformBlockIndex); in initProcsGLES()
3479 getUniformBlockIndex = &glGetUniformBlockIndexNULL; in initProcsDesktopGLNULL()
4302 getUniformBlockIndex = &glGetUniformBlockIndexNULL; in initProcsDesktopGLNULL()
5252 getUniformBlockIndex = &glGetUniformBlockIndexNULL; in initProcsGLESNULL()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp808 mFunctions->getUniformBlockIndex(mProgramID, mappedNameWithIndex.c_str()); in setUniformBlockBinding()
826 GLuint blockIndex = mFunctions->getUniformBlockIndex(mProgramID, blockMappedName.c_str()); in getUniformBlockSize()
DDispatchTableGL_autogen.cpp362 ASSIGN("glGetUniformBlockIndex", getUniformBlockIndex); in initProcsDesktopGL()
1427 ASSIGN("glGetUniformBlockIndex", getUniformBlockIndex); in initProcsDesktopGL()
2123 ASSIGN("glGetUniformBlockIndex", getUniformBlockIndex); in initProcsGLES()
3156 getUniformBlockIndex = &glGetUniformBlockIndexNULL; in initProcsDesktopGLNULL()
4219 getUniformBlockIndex = &glGetUniformBlockIndexNULL; in initProcsDesktopGLNULL()
4914 getUniformBlockIndex = &glGetUniformBlockIndexNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h350 PFNGLGETUNIFORMBLOCKINDEXPROC getUniformBlockIndex = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h143 GLuint getUniformBlockIndex(const std::string &name) const;
DProgram.cpp451 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in es2::Program
1723 blockIndex = getUniformBlockIndex(uniformBlockName); in linkUniforms()
2063 GLuint blockIndex = getUniformBlockIndex(block.name); in defineUniformBlock()
/third_party/glslang/glslang/Public/
DShaderLang.h883 int getUniformBlockIndex(int index) const { return getUniform(index).index; } in getUniformBlockIndex() function

123