Searched defs:TexImage2D (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc181 void TestGLES2Interface::TexImage2D(GLenum target, function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h407 void GLES2InterfaceStub::TexImage2D(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1014 void TexImage2D(GLenum target, function
1023 gles2::cmds::TexImage2D* c = GetCmdSpace<gles2::cmds::TexImage2D>();
H A Dgles2_implementation.cc1739 void GLES2Implementation::TexImage2D( function in class:gpu::gles2::GLES2Implementation
1770 // If there's a pixel unpack buffer bound use it when issuing TexImage2D.
1777 helper_->TexImage2D(
1786 // If there's no data just issue TexImage2D
1788 helper_->TexImage2D(
1828 helper_->TexImage2D(
1836 helper_->TexImage2D(
H A Dgles2_trace_implementation_impl_autogen.h712 void GLES2TraceImplementation::TexImage2D(GLenum target, function in class:GLES2TraceImplementation
721 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::TexImage2D");
722 gl_->TexImage2D(target,
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc996 void TexImage2D(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1431 &StencilOpSeparate, &TexImage2D,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h397 void (*TexImage2D)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
856 void (*TexImage2D)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1009 void TexImage2D(PP_Resource context_id, function in namespace:ppapi::__anon10171
1021 ToGles2Impl(&enter)->TexImage2D(target,
1663 &StencilOpSeparate, &TexImage2D,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h233 void (GLAPIENTRY * TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp962 class TexImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
965 TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
978 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::TexImage2D
979 : Operation ("TexImage2D", useSync, serverSync)
995 void TexImage2D::exec (tcu::ThreadUtil::Thread& thread)
2646 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3247 m_threads[0]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3249 m_threads[1]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3352 m_threads[0]->addOperation(new GLES2ThreadTest::TexImage2D(sourceTextur
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h233 void (GLAPIENTRY * TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h4874 struct TexImage2D { struct
4875 typedef TexImage2D ValueType;
4942 COMPILE_ASSERT(sizeof(TexImage2D) == 40, Sizeof_TexImage2D_is_not_40);
4943 COMPILE_ASSERT(offsetof(TexImage2D, header) == 0,
4945 COMPILE_ASSERT(offsetof(TexImage2D, target) == 4,
4947 COMPILE_ASSERT(offsetof(TexImage2D, level) == 8,
4949 COMPILE_ASSERT(offsetof(TexImage2D, internalformat) == 12,
4951 COMPILE_ASSERT(offsetof(TexImage2D, width) == 16,
4953 COMPILE_ASSERT(offsetof(TexImage2D, height) == 20,
4955 COMPILE_ASSERT(offsetof(TexImage2D, forma
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h1181 KEYWORD1 void KEYWORD2 NAME(TexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) function
1184 DISPATCH(TexImage2D, (target, level, internalformat, width, height, border, format, type, pixels), (F, "glTexImage2D(0x%x, %d, %d, %d, %d, %d, 0x%x, 0x%x, %p);\n", target, level, internalformat, width, height, border, format, type, (const void *) pixels));
8371 TABLE_ENTRY(TexImage2D),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h205 GLAPI void APIENTRY GLAPI_PREFIX(TexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
2681 GLAPI void APIENTRY GLAPI_PREFIX(TexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) function
10943 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage2D))"\n"

Completed in 7488 milliseconds