HomeSort by relevance Sort by last modified time
    Searched defs:GLES2Implementation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 48 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(
    [all...]
gles2_implementation.h 128 class GLES2_IMPL_EXPORT GLES2Implementation
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::GetFramebufferAttachmentParameterivHelper
    [all...]

Completed in 311 milliseconds