HomeSort by relevance Sort by last modified time
    Searched refs:DestroyImageCHROMIUM (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/test/
test_gles2_interface.h 131 virtual void DestroyImageCHROMIUM(GLuint image_id) OVERRIDE;
test_gles2_interface.cc 284 void TestGLES2Interface::DestroyImageCHROMIUM(GLuint image_id) {
285 test_context_->destroyImageCHROMIUM(image_id);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 207 #define glDestroyImageCHROMIUM GLES2_GET_FUN(DestroyImageCHROMIUM)
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 734 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 625 virtual void DestroyImageCHROMIUM(GLuint image_id) OVERRIDE;
gles2_interface_autogen.h 420 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0;
gles2_interface_stub_autogen.h 451 virtual void DestroyImageCHROMIUM(GLuint image_id) OVERRIDE;
gles2_trace_implementation_autogen.h 451 virtual void DestroyImageCHROMIUM(GLuint image_id) OVERRIDE;
gles2_c_lib_autogen.h 807 gles2::GetGLContext()->DestroyImageCHROMIUM(image_id);
    [all...]
gles2_implementation.cc     [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc 844 GLC(gl, gl->DestroyImageCHROMIUM(resource->image_id));
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 921 DELEGATE_TO_GL_1(destroyImageCHROMIUM, DestroyImageCHROMIUM, WGC3Duint);
    [all...]

Completed in 639 milliseconds