Home
last modified time | relevance | path

Searched defs:bindTexture (Results 1 – 21 of 21) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderCase.cpp92 void TextureManager::bindTexture (int unit, const glu::Texture2D* tex2D) in bindTexture() function in deqp::gls::TextureManager
97 void TextureManager::bindTexture (int unit, const glu::TextureCube* texCube) in bindTexture() function in deqp::gls::TextureManager
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp81 void TestContext::bindTexture(GLenum target, GLuint texId) in bindTexture() function in glcts::__anonaf8b94b70111::TestContext
DglcCompressedFormatTests.cpp425 void ApiTestContext::bindTexture (GLenum target, GLuint texId) in bindTexture() function in glcts::__anon399be5110111::ApiTestContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp397 void StateManagerGL::bindTexture(gl::TextureType type, GLuint texture) in bindTexture() function in rx::StateManagerGL
DDispatchTableGL_autogen.h81 PFNGLBINDTEXTUREPROC bindTexture = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp487 void StateManagerGL::bindTexture(gl::TextureType type, GLuint texture) in bindTexture() function in rx::StateManagerGL
DDispatchTableGL_autogen.h81 PFNGLBINDTEXTUREPROC bindTexture = nullptr; variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js423 bindTexture: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp174 void GLContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() function in sglr::GLContext
DsglrReferenceContext.cpp609 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() function in sglr::ReferenceContext
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1192 void Context::bindTexture(TextureType type, GLuint texture) in bindTexture() function in es2::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl29 glBindTextureFunc bindTexture; variable
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2626 void GrGLGpu::bindTexture(int unitIdx, GrSamplerState samplerState, const GrSwizzle& swizzle, in bindTexture() function in GrGLGpu
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2806 void GrGLGpu::bindTexture(int unitIdx, GrSamplerState samplerState, const GrSwizzle& swizzle, in bindTexture() function in GrGLGpu
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp1080 void Context::bindTexture(TextureType target, TextureID handle) in bindTexture() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp1206 void Context::bindTexture(TextureType target, TextureID handle) in bindTexture() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4786 bindTexture(target: GLenum, texture: WebGLTexture | null): void; method
Dlib.dom.d.ts17817 bindTexture(target: GLenum, texture: WebGLTexture | null): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4766 bindTexture(target: GLenum, texture: WebGLTexture | null): void; method
Ddom.generated.d.ts17797 bindTexture(target: GLenum, texture: WebGLTexture | null): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15010 bindTexture(target: number, texture: WebGLTexture): void; method