Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DShaderLang.h921 int getUniformBlockIndex(int index) const { return getUniform(index).index; } in getUniformBlockIndex() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js658 getUniformBlockIndex: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h350 PFNGLGETUNIFORMBLOCKINDEXPROC getUniformBlockIndex = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h350 PFNGLGETUNIFORMBLOCKINDEXPROC getUniformBlockIndex = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp451 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in es2::Program
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl386 glGetUniformBlockIndexFunc getUniformBlockIndex; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3115 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in gl::Program
DContext.cpp7746 GLuint Context::getUniformBlockIndex(ShaderProgramID program, const GLchar *uniformBlockName) in getUniformBlockIndex() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp2647 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in gl::Program
DContext.cpp6879 GLuint Context::getUniformBlockIndex(GLuint program, const GLchar *uniformBlockName) in getUniformBlockIndex() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4049 getUniformBlockIndex(program: WebGLProgram, uniformBlockName: string): GLuint; method
Dlib.dom.d.ts17080 getUniformBlockIndex(program: WebGLProgram, uniformBlockName: string): GLuint; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4029 getUniformBlockIndex(program: WebGLProgram, uniformBlockName: string): GLuint; method
Ddom.generated.d.ts17060 getUniformBlockIndex(program: WebGLProgram, uniformBlockName: string): GLuint; method