Searched defs:CopyTexSubImage2D (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h243 void GLES2Implementation::CopyTexSubImage2D(GLenum target, function in class:GLES2Implementation
264 helper_->CopyTexSubImage2D(
H A Dgles2_interface_stub_impl_autogen.h111 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h273 void CopyTexSubImage2D(GLenum target, function
281 gles2::cmds::CopyTexSubImage2D* c =
282 GetCmdSpace<gles2::cmds::CopyTexSubImage2D>();
H A Dgles2_trace_implementation_impl_autogen.h183 void GLES2TraceImplementation::CopyTexSubImage2D(GLenum target, function in class:GLES2TraceImplementation
191 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CopyTexSubImage2D");
192 gl_->CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc262 void CopyTexSubImage2D(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1391 &CopyTexSubImage2D, &CreateProgram,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h174 void (*CopyTexSubImage2D)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
633 void (*CopyTexSubImage2D)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc268 void CopyTexSubImage2D(PP_Resource context_id, function in namespace:ppapi::__anon10171
279 ToGles2Impl(&enter)->CopyTexSubImage2D(
1623 &CopyTexSubImage2D, &CreateProgram,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h376 void (GLAPIENTRY * CopyTexSubImage2D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); member in struct:__GLdispatchTableRec
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1113 class CopyTexSubImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1116 CopyTexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, bool useSync, bool serverSync);
1130 CopyTexSubImage2D::CopyTexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1131 : Operation ("CopyTexSubImage2D", useSync, serverSync)
1147 void CopyTexSubImage2D::exec (tcu::ThreadUtil::Thread& thread)
2670 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 10, 10, 30, 30, 50, 50, m_config.useFenceSync, m_config.serverSync));
3271 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29, m_config.useFenceSync, m_config.serverSync));
3273 m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29, m_config.useFenceSync, m_config.serverSync));
3390 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(textur
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h376 void (GLAPIENTRY * CopyTexSubImage2D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); member in struct:__GLdispatchTableRec
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1260 struct CopyTexSubImage2D { struct
1261 typedef CopyTexSubImage2D ValueType;
1316 COMPILE_ASSERT(sizeof(CopyTexSubImage2D) == 36,
1318 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, header) == 0,
1320 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, target) == 4,
1322 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, level) == 8,
1324 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, xoffset) == 12,
1326 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, yoffset) == 16,
1328 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, x) == 20,
1330 COMPILE_ASSERT(offsetof(CopyTexSubImage2D,
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2066 KEYWORD1 void KEYWORD2 NAME(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function
2069 DISPATCH(CopyTexSubImage2D, (target, level, xoffset, yoffset, x, y, width, height), (F, "glCopyTexSubImage2D(0x%x, %d, %d, %d, %d, %d, %d, %d);\n", target, level, xoffset, yoffset, x, y, width, height));
2075 DISPATCH(CopyTexSubImage2D, (target, level, xoffset, yoffset, x, y, width, height), (F, "glCopyTexSubImage2DEXT(0x%x, %d, %d, %d, %d, %d, %d, %d);\n", target, level, xoffset, yoffset, x, y, width, height));
8514 TABLE_ENTRY(CopyTexSubImage2D),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h356 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
3740 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function
11398 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage2D))"\n"
11402 ".set "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage2D)"\n"

Completed in 7172 milliseconds