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

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc43 void TestGLES2Interface::DeleteTextures(GLsizei n, const GLuint* textures) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h325 void GLES2Implementation::DeleteTextures(GLsizei n, const GLuint* textures) { function in class:GLES2Implementation
H A Dgles2_interface_stub_impl_autogen.h116 void GLES2InterfaceStub::DeleteTextures( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h345 void DeleteTextures( function
347 gles2::cmds::DeleteTextures* c =
348 GetCmdSpace<gles2::cmds::DeleteTextures>();
H A Dgles2_trace_implementation_impl_autogen.h202 void GLES2TraceImplementation::DeleteTextures( function in class:GLES2TraceImplementation
204 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DeleteTextures");
205 gl_->DeleteTextures(n, textures);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h100 void (*DeleteTextures)( member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc303 void DeleteTextures( function in namespace:ppapi::__anon10227
307 ToGles2Impl(&enter)->DeleteTextures(n, textures);
1396 &DeleteTextures,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *); member in struct:__GLdispatchTableRec
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1796 struct DeleteTextures { struct
1797 typedef DeleteTextures ValueType;
1830 COMPILE_ASSERT(sizeof(DeleteTextures) == 16,
1832 COMPILE_ASSERT(offsetof(DeleteTextures, header) == 0,
1834 COMPILE_ASSERT(offsetof(DeleteTextures, n) == 4,
1836 COMPILE_ASSERT(offsetof(DeleteTextures, textures_shm_id) == 8,
1838 COMPILE_ASSERT(offsetof(DeleteTextures, textures_shm_offset) == 12,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2078 KEYWORD1 void KEYWORD2 NAME(DeleteTextures)(GLsizei n, const GLuint * textures) function
2081 DISPATCH(DeleteTextures, (n, textures), (F, "glDeleteTextures(%d, %p);\n", n, (const void *) textures));
8030 DISPATCH(DeleteTextures, (n, textures), (F, "glDeleteTexturesEXT(%d, %p);\n", n, (const void *) textures));
8515 TABLE_ENTRY(DeleteTextures),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h358 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures);
3754 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures) function
11404 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTextures))"\n"
11409 ".set "GLAPI_PREFIX_STR(DeleteTexturesEXT)", "GLAPI_PREFIX_STR(DeleteTextures)"\n"

Completed in 516 milliseconds