HomeSort by relevance Sort by last modified time
    Searched refs:gles2 (Results 201 - 225 of 239) sorted by null

1 2 3 4 5 6 7 8910

  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 30 #include "gpu/GLES2/gl2extchromium.h"
32 #include "third_party/khronos/GLES2/gl2.h"
49 using gpu::gles2::GLES2Interface;
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 68 const base::WeakPtr<gpu::gles2::GLES2Decoder> decoder,
111 LOG(ERROR) << "Failed to get gles2 decoder instance.";
339 "Failed to get gles2 decoder instance.",
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 5 // This file defines the GLES2 command buffer commands.
23 // client and service sides (GLES2 or one of several GL implementations).
44 namespace gles2 { namespace in namespace:gpu
439 } // namespace gles2
gles2_cmd_utils.cc 5 // This file is here so other GLES2 related files can have a common set of
9 #include <GLES2/gl2.h>
10 #include <GLES2/gl2ext.h>
11 #include <GLES2/gl2extchromium.h>
17 namespace gles2 { namespace in namespace:gpu
902 } // namespace gles2
gles2_cmd_utils_unittest.cc 8 #include <GLES2/gl2.h>
9 #include <GLES2/gl2ext.h>
10 #include <GLES2/gl2extchromium.h>
15 namespace gles2 { namespace in namespace:gpu
292 } // namespace gles2
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.cc 526 // Used to set tex info from the gles2 cmd decoder once upload has
573 gles2::TextureRef* ref,
buffer_manager.cc 17 namespace gles2 { namespace in namespace:gpu
404 } // namespace gles2
mailbox_manager_unittest.cc 14 namespace gles2 { namespace in namespace:gpu
472 } // namespace gles2
renderbuffer_manager_unittest.cc 17 namespace gles2 { namespace in namespace:gpu
323 } // namespace gles2
texture_definition.cc 17 namespace gles2 { namespace in namespace:gpu
443 } // namespace gles2
texture_manager.h 27 namespace gles2 { namespace in namespace:gpu
231 // In GLES2 "texture complete" means it has all required mips for filtering
238 // In GLES2 "cube complete" means all 6 faces level 0 are defined, all the
281 // True if this texture meets all the GLES2 criteria for rendering.
282 // See section 3.8.2 of the GLES2 spec.
555 // True if this texture meets all the GLES2 criteria for rendering.
556 // See section 3.8.2 of the GLES2 spec.
836 } // namespace gles2
framebuffer_manager_unittest.cc 17 namespace gles2 { namespace in namespace:gpu
129 error_state_.reset(new ::testing::StrictMock<gles2::MockErrorState>());
    [all...]
async_pixel_transfer_manager_egl.cc 768 gles2::TextureRef* ref,
buffer_manager_unittest.cc 18 namespace gles2 { namespace in namespace:gpu
423 } // namespace gles2
feature_info.cc 22 namespace gles2 { namespace in namespace:gpu
738 } // namespace gles2
framebuffer_manager.cc 14 namespace gles2 { namespace in namespace:gpu
690 } // namespace gles2
gles2_cmd_decoder_unittest_base.h 31 namespace gles2 { namespace in namespace:gpu
557 } // namespace gles2
query_manager.cc 20 namespace gles2 { namespace in namespace:gpu
682 } // namespace gles2
query_manager_unittest.cc 22 namespace gles2 { namespace in namespace:gpu
571 } // namespace gles2
test_helper.cc 34 namespace gles2 { namespace in namespace:gpu
560 } // namespace gles2
texture_manager_unittest.cc 27 namespace gles2 { namespace in namespace:gpu
68 error_state_.reset(new ::testing::StrictMock<gles2::MockErrorState>());
365 decoder_.reset(new ::testing::StrictMock<gles2::MockGLES2Decoder>());
366 error_state_.reset(new ::testing::StrictMock<gles2::MockErrorState>());
    [all...]
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 402 return gles2::GetGLFunctionPointer(procname);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 8 #include <GLES2/gl2.h>
108 namespace gles2 { namespace in namespace:gpu
113 // This class emulates GLES2 over command buffers. It can be used by a client
759 } // namespace gles2
program_info_manager.cc 15 namespace gles2 { namespace in namespace:gpu
522 } // namespace gles2
vertex_array_object_manager.cc 16 namespace gles2 { namespace in namespace:gpu
637 } // namespace gles2

Completed in 2085 milliseconds

1 2 3 4 5 6 7 8910