HomeSort by relevance Sort by last modified time
    Searched defs:DeleteTextures (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/cc/test/
test_gles2_interface.cc 49 void TestGLES2Interface::DeleteTextures(GLsizei n, const GLuint* textures) {
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 388 void GLES2Implementation::DeleteTextures(GLsizei n, const GLuint* textures) {
    [all...]
gles2_interface_stub_impl_autogen.h 142 void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */,
    [all...]
gles2_trace_implementation_impl_autogen.h 238 void GLES2TraceImplementation::DeleteTextures(GLsizei n,
240 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DeleteTextures");
241 gl_->DeleteTextures(n, textures);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 341 void DeleteTextures(PP_Resource context_id, GLsizei n, const GLuint* textures) {
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 195 void (*DeleteTextures)(PP_Resource context,
654 void (*DeleteTextures)(PP_Resource context,
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 348 void DeleteTextures(PP_Resource context_id, GLsizei n, const GLuint* textures) {
351 ToGles2Impl(&enter)->DeleteTextures(n, textures);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 358 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 684 milliseconds