Searched refs:gles2 (Results 101 - 125 of 509) sorted by relevance

1234567891011>>

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pShaderOperatorTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pShaderOptimizationTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pStateChangeCallTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pStateChangeTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pTextureCountTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pTextureFilteringTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pTextureFormatTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2pTextureUploadTests.hpp32 namespace gles2 namespace in namespace:deqp
56 } // gles2
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2sLongRunningTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2sMemoryTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2sSpecialFloatTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2sStressTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
H A Des2sVertexArrayTests.hpp31 namespace gles2 namespace in namespace:deqp
50 } // gles2
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.hpp31 namespace gles2 namespace in namespace:deqp
47 } // gles2
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc125 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
128 gles2->GenTextures(count, &texture_ids->at(0));
130 gles2->ActiveTexture(GL_TEXTURE0);
132 gles2->BindTexture(texture_target, texture_id);
133 gles2->TexParameteri(texture_target, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
134 gles2->TexParameteri(texture_target, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
135 gles2->TexParameteri(texture_target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
136 gles2->TexParameteri(texture_target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
138 gles2
[all...]
/external/chromium_org/cc/output/
H A Dprogram_binding.h15 namespace gles2 { namespace in namespace:gpu
27 bool Init(gpu::gles2::GLES2Interface* context,
30 bool Link(gpu::gles2::GLES2Interface* context);
31 void Cleanup(gpu::gles2::GLES2Interface* context);
37 unsigned LoadShader(gpu::gles2::GLES2Interface* context,
40 unsigned CreateShaderProgram(gpu::gles2::GLES2Interface* context,
43 void CleanupShaders(gpu::gles2::GLES2Interface* context);
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager.cc28 void AsyncPixelTransferManager::Initialize(gles2::TextureManager* manager) {
35 gles2::TextureRef* ref,
47 gles2::TextureRef* ref) {
57 gles2::TextureRef* ref) {
66 gles2::TextureRef* ref) {
72 gles2::TextureManager* manager) {
79 gles2::TextureRef* texture) {
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.h29 namespace gles2 { namespace in namespace:gpu
70 gles2::GLES2Decoder* decoder() const {
74 gles2::MailboxManager* mailbox_manager() const {
82 gles2::GLES2Implementation* gles2_implementation() const {
90 const gpu::gles2::FeatureInfo::Workarounds& workarounds() const;
116 scoped_refptr<gles2::MailboxManager> mailbox_manager_;
119 scoped_ptr<gles2::GLES2Decoder> decoder_;
123 scoped_ptr<gles2::GLES2CmdHelper> gles2_helper_;
125 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
/external/chromium_org/mojo/services/native_viewport/
H A Dgpu_impl.h9 #include "mojo/services/gles2/command_buffer.mojom.h"
18 namespace gles2 { namespace in namespace:gpu
28 const scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager);
44 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.h39 typedef void (gpu::gles2::GLES2Interface::*GenFunc)(GLsizei n, GLuint* ids);
40 typedef void (gpu::gles2::GLES2Interface::*DeleteFunc)(GLsizei n,
42 ScopedGLuint(gpu::gles2::GLES2Interface* gl,
60 gpu::gles2::GLES2Interface* gl_;
69 explicit ScopedBuffer(gpu::gles2::GLES2Interface* gl)
71 &gpu::gles2::GLES2Interface::GenBuffers,
72 &gpu::gles2::GLES2Interface::DeleteBuffers) {}
77 explicit ScopedFramebuffer(gpu::gles2::GLES2Interface* gl)
79 &gpu::gles2::GLES2Interface::GenFramebuffers,
80 &gpu::gles2
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_tracking.cc13 gpu::gles2::MemoryTracker* memory_tracker,
29 gpu::gles2::MemoryTracker::Pool tracking_pool) {
/external/deqp/modules/gles2/functional/
H A Des2fLifetimeTests.cpp31 namespace gles2 namespace in namespace:deqp
58 gles2::Context& ctx = getContext();
73 } // gles2
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state.h15 namespace gles2 { namespace in namespace:gpu
35 } // namespace gles2

Completed in 1405 milliseconds

1234567891011>>