Home
last modified time | relevance | path

Searched defs:getUniformLocation (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp2582 const VariableLocation &Program::getUniformLocation(UniformLocation location) const in getUniformLocation() function in gl::Program
2597 UniformLocation Program::getUniformLocation(const std::string &name) const in getUniformLocation() function in gl::Program
DContext.cpp7028 GLint Context::getUniformLocation(ShaderProgramID program, const GLchar *name) in getUniformLocation() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp775 deInt32 GLContext::getUniformLocation (deUint32 program, const char *name) in getUniformLocation() function in sglr::GLContext
DsglrReferenceContext.cpp3975 deInt32 ReferenceContext::getUniformLocation (deUint32 program, const char *name) in getUniformLocation() function in sglr::ReferenceContext
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp702 int SRGBTestProgram::getUniformLocation (const std::string& name) in getUniformLocation() function in deqp::gles31::Functional::__anone5c1aeea0111::SRGBTestProgram
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js763 getUniformLocation: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h175 PFNGLGETUNIFORMLOCATIONPROC getUniformLocation = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp359 GLint Program::getUniformLocation(const std::string &name) const in getUniformLocation() function in es2::Program
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.cpp502 GLint Utils::program::getUniformLocation(const glw::GLchar* uniform_name) const in getUniformLocation() function in glcts::ViewportArray::Utils::program
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl386 glGetUniformLocationFunc getUniformLocation; variable
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp492 GLint Utils::program::getUniformLocation(const glw::GLchar* uniform_name) const in getUniformLocation() function in gl4cts::ShaderSubroutine::Utils::program
Dgl4cShadingLanguage420PackTests.cpp18241 GLint Utils::program::getUniformLocation(const glw::GLchar* uniform_name) const in getUniformLocation() function in gl4cts::GLSL420Pack::Utils::program
/third_party/typescript/lib/
Dlib.webworker.d.ts5004 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
Dlib.dom.d.ts16251 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4984 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
Ddom.generated.d.ts16231 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
/third_party/typescript/tests/lib/
Dlib.d.ts15078 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation; method