Searched defs:GLES2Implementation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc48 const size_t GLES2Implementation::kMaxSizeOfSimpleResult;
49 const unsigned int GLES2Implementation::kStartingOffset;
52 GLES2Implementation::GLStaticState::GLStaticState() {
55 GLES2Implementation::GLStaticState::~GLStaticState() {
58 GLES2Implementation::GLStaticState::IntState::IntState()
73 GLES2Implementation::SingleThreadChecker::SingleThreadChecker(
74 GLES2Implementation* gles2_implementation)
80 GLES2Implementation::SingleThreadChecker::~SingleThreadChecker() {
85 GLES2Implementation::GLES2Implementation( function in class:gpu::gles2::GLES2Implementation
[all...]
H A Dgles2_implementation.h128 class GLES2_IMPL_EXPORT GLES2Implementation class in namespace:gpu::gles2
188 GLES2Implementation(GLES2CmdHelper* helper,
195 virtual ~GLES2Implementation();
203 // The GLES2CmdHelper being used by this GLES2Implementation. You can use
390 explicit SingleThreadChecker(GLES2Implementation* gles2_implementation);
394 GLES2Implementation* gles2_implementation_;
790 base::WeakPtrFactory<GLES2Implementation> weak_ptr_factory_;
792 DISALLOW_COPY_AND_ASSIGN(GLES2Implementation);
795 inline bool GLES2Implementation::GetBufferParameterivHelper(
800 inline bool GLES2Implementation
[all...]

Completed in 166 milliseconds