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

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc201 void TestGLES2Interface::TexSubImage2D(GLenum target, function in class:cc::TestGLES2Interface
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h768 TexSubImage2D, enumerator in enum:blink::WebGLRenderingContextBase::TexFuncValidationFunctionType
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h433 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1071 void TexSubImage2D(GLenum target, function
1082 gles2::cmds::TexSubImage2D* c = GetCmdSpace<gles2::cmds::TexSubImage2D>();
H A Dgles2_implementation.cc1835 // No, so send it using TexSubImage2D.
1845 void GLES2Implementation::TexSubImage2D( function in class:gpu::gles2::GLES2Implementation
1876 // If there's a pixel unpack buffer bound use it when issuing TexSubImage2D.
1883 helper_->TexSubImage2D(
1964 helper_->TexSubImage2D(
3058 helper_->TexSubImage2D(
H A Dgles2_trace_implementation_impl_autogen.h761 void GLES2TraceImplementation::TexSubImage2D(GLenum target, function in class:GLES2TraceImplementation
770 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::TexSubImage2D");
771 gl_->TexSubImage2D(
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1060 void TexSubImage2D(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1434 &TexSubImage2D, &Uniform1f,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h423 void (*TexSubImage2D)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
882 void (*TexSubImage2D)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1073 void TexSubImage2D(PP_Resource context_id, function in namespace:ppapi::__anon10171
1085 ToGles2Impl(&enter)->TexSubImage2D(
1666 &TexSubImage2D, &Uniform1f,
/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/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1012 class TexSubImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1015 TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
1029 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::TexSubImage2D
1030 : Operation ("TexSubImage2D", useSync, serverSync)
1046 void TexSubImage2D::exec (tcu::ThreadUtil::Thread& thread)
2654 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 30, 30, 50, 50, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3263 m_threads[0]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3265 m_threads[1]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3380 m_threads[0]->addOperation(new GLES2ThreadTest::TexSubImage2D(textur
[all...]
/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.h5132 struct TexSubImage2D { struct
5133 typedef TexSubImage2D ValueType;
5209 COMPILE_ASSERT(sizeof(TexSubImage2D) == 48, Sizeof_TexSubImage2D_is_not_48);
5210 COMPILE_ASSERT(offsetof(TexSubImage2D, header) == 0,
5212 COMPILE_ASSERT(offsetof(TexSubImage2D, target) == 4,
5214 COMPILE_ASSERT(offsetof(TexSubImage2D, level) == 8,
5216 COMPILE_ASSERT(offsetof(TexSubImage2D, xoffset) == 12,
5218 COMPILE_ASSERT(offsetof(TexSubImage2D, yoffset) == 16,
5220 COMPILE_ASSERT(offsetof(TexSubImage2D, width) == 20,
5222 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 583 milliseconds