/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 2582 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
|
D | Context.cpp | 7028 GLint Context::getUniformLocation(ShaderProgramID program, const GLchar *name) in getUniformLocation() function in gl::Context
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 775 deInt32 GLContext::getUniformLocation (deUint32 program, const char *name) in getUniformLocation() function in sglr::GLContext
|
D | sglrReferenceContext.cpp | 3975 deInt32 ReferenceContext::getUniformLocation (deUint32 program, const char *name) in getUniformLocation() function in sglr::ReferenceContext
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSRGBDecodeTests.cpp | 702 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/ |
D | webgl.js | 763 getUniformLocation: function (...args) { method
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 175 PFNGLGETUNIFORMLOCATIONPROC getUniformLocation = nullptr; variable
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 359 GLint Program::getUniformLocation(const std::string &name) const in getUniformLocation() function in es2::Program
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcViewportArrayTests.cpp | 502 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/ |
D | glwFunctions.inl | 386 glGetUniformLocationFunc getUniformLocation; variable
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 492 GLint Utils::program::getUniformLocation(const glw::GLchar* uniform_name) const in getUniformLocation() function in gl4cts::ShaderSubroutine::Utils::program
|
D | gl4cShadingLanguage420PackTests.cpp | 18241 GLint Utils::program::getUniformLocation(const glw::GLchar* uniform_name) const in getUniformLocation() function in gl4cts::GLSL420Pack::Utils::program
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 5004 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
|
D | lib.dom.d.ts | 16251 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 4984 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
|
D | dom.generated.d.ts | 16231 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation | null; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 15078 getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation; method
|