/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_texture.c | 707 functions->BindTexture = nouveau_bind_texture;
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_impl_autogen.h | 63 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) { 67 SetGLError(GL_INVALID_OPERATION, "BindTexture", "texture reserved id"); 71 helper_->BindTexture(target, texture); [all...] |
gles2_implementation_unittest.cc | [all...] |
gles2_c_lib_autogen.h | 32 gles2::GetGLContext()->BindTexture(target, texture); [all...] |
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 47 glGetInterfacePPAPI()->BindTexture(
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 496 #define glBindTexture GLES2_GET_FUN(BindTexture) [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
check_table.cpp | 873 { "glBindTexture", _O(BindTexture) }, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
dd.h | 305 void (*BindTexture)( struct gl_context *ctx, GLenum target, [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 465 DELEGATE_TO_GL_2(bindTexture, BindTexture, WGC3Denum, WebGLId) [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | 873 { "glBindTexture", _O(BindTexture) }, [all...] |
/external/mesa3d/src/mesa/main/ |
dd.h | 305 void (*BindTexture)( struct gl_context *ctx, GLenum target, [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_autogen.h | 297 struct BindTexture { 298 typedef BindTexture ValueType; 326 COMPILE_ASSERT(sizeof(BindTexture) == 12, 328 COMPILE_ASSERT(offsetof(BindTexture, header) == 0, 330 COMPILE_ASSERT(offsetof(BindTexture, target) == 4, 332 COMPILE_ASSERT(offsetof(BindTexture, texture) == 8, [all...] |
gles2_cmd_format_test_autogen.h | 127 TEST_F(GLES2FormatTest, BindTexture) { 128 cmds::BindTexture& cmd = *GetBufferAs<cmds::BindTexture>(); 133 EXPECT_EQ(static_cast<uint32>(cmds::BindTexture::kCmdId), [all...] |
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.cc | 590 DELEGATE_TO_GL_2(bindTexture, BindTexture, WGC3Denum, WebGLId) [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_gentable.c | [all...] |
glapi_mapi_tmp.h | 331 GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture); [all...] |
glapi_x86-64.S | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl_mangle.h | 76 #define glBindTexture MANGLE(BindTexture) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | 76 #define glBindTexture MANGLE(BindTexture) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | 76 #define glBindTexture MANGLE(BindTexture) [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitable.h | 350 void (GLAPIENTRYP BindTexture)(GLenum target, GLuint texture); /* 307 */ [all...] |
glapitemp.h | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | 98 #define glBindTexture MANGLE(BindTexture) [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | 98 #define glBindTexture MANGLE(BindTexture) [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_autogen.h | 65 uint32 immediate_data_size, const gles2::cmds::BindTexture& c) { [all...] |