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

  /external/chromium_org/cc/test/
test_gles2_interface.h 136 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE;
test_gles2_interface.cc 298 void TestGLES2Interface::UnmapImageCHROMIUM(GLuint image_id) {
299 test_context_->unmapImageCHROMIUM(image_id);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 192 #define glUnmapImageCHROMIUM GLES2_GET_FUN(UnmapImageCHROMIUM)
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 681 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 577 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE;
gles2_interface_autogen.h 385 virtual void UnmapImageCHROMIUM(GLuint image_id) = 0;
gles2_interface_stub_autogen.h 416 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE;
gles2_trace_implementation_autogen.h 416 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE;
gles2_c_lib_autogen.h 744 gles2::GetGLContext()->UnmapImageCHROMIUM(image_id);
    [all...]
gles2_implementation.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 928 DELEGATE_TO_GL_1(unmapImageCHROMIUM, UnmapImageCHROMIUM, WGC3Duint);
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc     [all...]

Completed in 40 milliseconds