HomeSort by relevance Sort by last modified time
    Searched refs:GLES2Implementation (Results 26 - 36 of 36) sorted by null

12

  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h 35 bool Init(gpu::gles2::GLES2Implementation* share_gles2,
ppb_graphics_3d_proxy.cc 55 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2,
147 gpu::gles2::GLES2Implementation* share_gles2 = NULL;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 27 using gpu::gles2::GLES2Implementation;
  /external/chromium_org/gpu/command_buffer/client/
query_tracker.cc 102 void QueryTracker::Query::Begin(GLES2Implementation* gl) {
124 void QueryTracker::Query::End(GLES2Implementation* gl) {
vertex_array_object_manager.cc 480 GLES2Implementation* gl,
547 GLES2Implementation* gl,
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 74 mapped_memory_reclaim_limit(gpu::gles2::GLES2Implementation::kNoLimit) {}
245 new gpu::gles2::GLES2Implementation(gles2_helper_.get(),
258 LOG(ERROR) << "Failed to initialize GLES2Implementation.";
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 233 new gpu::gles2::GLES2Implementation(gles2_cmd_helper_.get(),
244 gpu::gles2::GLES2Implementation::kNoLimit)) {
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 237 new gles2::GLES2Implementation(gles2_helper_.get(),
248 gpu::gles2::GLES2Implementation::kNoLimit))
249 << "Could not init GLES2Implementation";
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 215 gpu::gles2::GLES2Implementation* share_gles2 = NULL;
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py 1290 # impl_func: Whether or not to generate the GLES2Implementation part of this
1292 # impl_decl: Whether or not to generate the GLES2Implementation declaration
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 24 gpu::gles2::GLES2Implementation* ToGles2Impl(Enter3D* enter) {
    [all...]

Completed in 1468 milliseconds

12