HomeSort by relevance Sort by last modified time
    Searched refs:gles2 (Results 1 - 25 of 508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation.cc 5 // Contains various validation functions for the GLES2 service.
13 namespace gles2 { namespace in namespace:gpu
17 } // namespace gles2
error_state_mock.cc 8 namespace gles2 { namespace in namespace:gpu
15 } // namespace gles2
async_pixel_transfer_manager.h 21 struct hash<gpu::gles2::TextureRef*> {
22 size_t operator()(gpu::gles2::TextureRef* ptr) const {
55 : public gles2::TextureManager::DestructionObserver {
61 void Initialize(gles2::TextureManager* texture_manager);
85 gles2::TextureRef* ref,
89 gles2::TextureRef* ref);
91 void ClearPixelTransferDelegateForTest(gles2::TextureRef* ref);
93 bool AsyncTransferIsInProgress(gles2::TextureRef* ref);
95 // gles2::TextureRef::DestructionObserver implementation:
96 virtual void OnTextureManagerDestroying(gles2::TextureManager* manager
    [all...]
gl_state_restorer_impl.h 16 namespace gles2 { namespace in namespace:gpu
24 explicit GLStateRestorerImpl(base::WeakPtr<gles2::GLES2Decoder> decoder);
34 const gles2::ContextState* GetContextState() const;
35 base::WeakPtr<gles2::GLES2Decoder> decoder_;
  /external/chromium_org/gpu/command_buffer/client/
client_context_state.cc 10 namespace gles2 { namespace in namespace:gpu
23 } // namespace gles2
gles2_interface_stub.cc 8 namespace gles2 { namespace in namespace:gpu
21 } // namespace gles2
gles2_interface_stub.h 11 namespace gles2 { namespace in namespace:gpu
25 } // namespace gles2
gles2_lib.h 5 // These functions emulate GLES2 over command buffers.
13 namespace gles2 { namespace
19 gles2::GLES2FunctionPointer func;
22 // Initialize the GLES2 library.
25 // Terminate the GLES2 library.
29 GLES2_C_LIB_EXPORT gpu::gles2::GLES2Interface* GetGLContext();
32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
36 } // namespace gles2
gles2_cmd_helper.cc 8 namespace gles2 { namespace in namespace:gpu
17 } // namespace gles2
gles2_interface.h 8 #include <GLES2/gl2.h>
13 namespace gles2 { namespace in namespace:gpu
27 } // namespace gles2
gles2_trace_implementation.cc 9 namespace gles2 { namespace in namespace:gpu
23 } // namespace gles2
gles2_cmd_helper_autogen.h 15 gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>();
22 gles2::cmds::AttachShader* c = GetCmdSpace<gles2::cmds::AttachShader>();
31 gles2::cmds::BindAttribLocationBucket* c =
32 GetCmdSpace<gles2::cmds::BindAttribLocationBucket>();
39 gles2::cmds::BindBuffer* c = GetCmdSpace<gles2::cmds::BindBuffer>();
46 gles2::cmds::BindFramebuffer* c = GetCmdSpace<gles2::cmds::BindFramebuffer>()
    [all...]
gles2_lib.cc 9 namespace gles2 { namespace
31 gpu::gles2::GLES2Interface* GetGLContext() {
32 return static_cast<gpu::gles2::GLES2Interface*>(
36 void SetGLContext(gpu::gles2::GLES2Interface* context) {
51 } // namespace gles2
program_info_manager_unittest.cc 13 namespace gles2 { namespace in namespace:gpu
29 } // namespace gles2
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids.h 5 // This file defines the GLES2 command buffer commands.
13 namespace gles2 { namespace in namespace:gpu
19 } // namespace gles2
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.hpp 31 namespace gles2 namespace in namespace:deqp
39 } // gles2
  /external/deqp/modules/gles2/functional/
es2fAttribLocationTests.hpp 31 namespace gles2 namespace in namespace:deqp
39 } // gles2
es2fFboCompletenessTests.hpp 30 namespace gles2 namespace in namespace:deqp
38 } // gles2
es2fLifetimeTests.hpp 30 namespace gles2 namespace in namespace:deqp
38 } // gles2
es2fFboApiTest.hpp 31 namespace gles2 namespace in namespace:deqp
46 } // gles2
es2fFboRenderTest.hpp 31 namespace gles2 namespace in namespace:deqp
46 } // gles2
es2fReadPixelsTests.hpp 31 namespace gles2 namespace in namespace:deqp
44 } // gles2
  /external/chromium_org/cc/output/
geometry_binding.h 9 #include "third_party/khronos/GLES2/gl2.h"
15 namespace gles2 { namespace in namespace:gpu
24 GeometryBinding(gpu::gles2::GLES2Interface* gl,
38 gpu::gles2::GLES2Interface* gl_;
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 7 #include <GLES2/gl2.h>
8 #include <GLES2/gl2ext.h>
111 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
114 gles2->GenTextures(count, &texture_ids->at(0));
116 gles2->ActiveTexture(GL_TEXTURE0);
118 gles2->BindTexture(texture_target, texture_id);
119 gles2->TexParameteri(texture_target, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
120 gles2->TexParameteri(texture_target, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
121 gles2->TexParameteri(texture_target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE)
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_memory_tracking.h 25 gpu::gles2::MemoryTracker::Pool tracking_pool);
33 gpu::gles2::MemoryTracker* GetMemoryTracker() const {
41 gpu::gles2::MemoryTracker* memory_tracker,
51 gpu::gles2::MemoryTracker* memory_tracker_;

Completed in 440 milliseconds

1 2 3 4 5 6 7 8 91011>>