Searched defs:TexSubImage2D (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h697 TexSubImage2D, enumerator in enum:WebCore::WebGLRenderingContext::TexFuncValidationFunctionType
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h353 void GLES2InterfaceStub::TexSubImage2D( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1131 void TexSubImage2D( function
1135 gles2::cmds::TexSubImage2D* c = GetCmdSpace<gles2::cmds::TexSubImage2D>();
H A Dgles2_implementation.cc1713 // No, so send it using TexSubImage2D.
1723 void GLES2Implementation::TexSubImage2D( function in class:gpu::gles2::GLES2Implementation
1754 // If there's a pixel unpack buffer bound use it when issuing TexSubImage2D.
1761 helper_->TexSubImage2D(
1842 helper_->TexSubImage2D(
2852 helper_->TexSubImage2D(
H A Dgles2_trace_implementation_impl_autogen.h652 void GLES2TraceImplementation::TexSubImage2D( function in class:GLES2TraceImplementation
655 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::TexSubImage2D");
656 gl_->TexSubImage2D(
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h238 void (*TexSubImage2D)( member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc579 void TexSubImage2D( function in namespace:ppapi::__anon9519
584 context_id)->TexSubImage2D(
956 &TexSubImage2D,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h383 void (GLAPIENTRY * TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h383 void (GLAPIENTRY * TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6003 struct TexSubImage2D { struct
6004 typedef TexSubImage2D ValueType;
6059 COMPILE_ASSERT(sizeof(TexSubImage2D) == 48,
6061 COMPILE_ASSERT(offsetof(TexSubImage2D, header) == 0,
6063 COMPILE_ASSERT(offsetof(TexSubImage2D, target) == 4,
6065 COMPILE_ASSERT(offsetof(TexSubImage2D, level) == 8,
6067 COMPILE_ASSERT(offsetof(TexSubImage2D, xoffset) == 12,
6069 COMPILE_ASSERT(offsetof(TexSubImage2D, yoffset) == 16,
6071 COMPILE_ASSERT(offsetof(TexSubImage2D, width) == 20,
6073 COMPILE_ASSERT(offsetof(TexSubImage2D, heigh
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2132 KEYWORD1 void KEYWORD2 NAME(TexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels) function
2135 DISPATCH(TexSubImage2D, (target, level, xoffset, yoffset, width, height, format, type, pixels), (F, "glTexSubImage2D(0x%x, %d, %d, %d, %d, %d, 0x%x, 0x%x, %p);\n", target, level, xoffset, yoffset, width, height, format, type, (const void *) pixels));
2141 DISPATCH(TexSubImage2D, (target, level, xoffset, yoffset, width, height, format, type, pixels), (F, "glTexSubImage2DEXT(0x%x, %d, %d, %d, %d, %d, 0x%x, 0x%x, %p);\n", target, level, xoffset, yoffset, width, height, format, type, (const void *) pixels));
8521 TABLE_ENTRY(TexSubImage2D),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h370 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
3844 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) function
11446 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage2D))"\n"
11450 ".set "GLAPI_PREFIX_STR(TexSubImage2DEXT)", "GLAPI_PREFIX_STR(TexSubImage2D)"\n"

Completed in 453 milliseconds