Home
last modified time | relevance | path

Searched defs:getFragDataLocation (Results 1 – 13 of 13) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js375 getFragDataLocation: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h291 PFNGLGETFRAGDATALOCATIONPROC getFragDataLocation = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h291 PFNGLGETFRAGDATALOCATIONPROC getFragDataLocation = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp241 GLint Program::getFragDataLocation(const GLchar *name) in getFragDataLocation() function in es2::Program
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl273 glGetFragDataLocationFunc getFragDataLocation; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp2453 GLint Program::getFragDataLocation(const std::string &name) const in getFragDataLocation() function in gl::Program
DContext.cpp7704 GLint Context::getFragDataLocation(ShaderProgramID program, const GLchar *name) in getFragDataLocation() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp2117 GLint Program::getFragDataLocation(const std::string &name) const in getFragDataLocation() function in gl::Program
DContext.cpp6837 GLint Context::getFragDataLocation(GLuint program, const GLchar *name) in getFragDataLocation() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4041 getFragDataLocation(program: WebGLProgram, name: string): GLint; method
Dlib.dom.d.ts17072 getFragDataLocation(program: WebGLProgram, name: string): GLint; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4021 getFragDataLocation(program: WebGLProgram, name: string): GLint; method
Ddom.generated.d.ts17052 getFragDataLocation(program: WebGLProgram, name: string): GLint; method