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.h 116 class GLES2_IMPL_EXPORT GLES2Implementation : public GLES2Interface {
175 GLES2Implementation(
182 virtual ~GLES2Implementation();
189 // The GLES2CmdHelper being used by this GLES2Implementation. You can use
340 SingleThreadChecker(GLES2Implementation* gles2_implementation);
344 GLES2Implementation* gles2_implementation_;
673 DISALLOW_COPY_AND_ASSIGN(GLES2Implementation);
676 inline bool GLES2Implementation::GetBufferParameterivHelper(
681 inline bool GLES2Implementation::GetFramebufferAttachmentParameterivHelper(
689 inline bool GLES2Implementation::GetRenderbufferParameterivHelper
    [all...]
gles2_implementation.cc 47 const size_t GLES2Implementation::kMaxSizeOfSimpleResult;
48 const unsigned int GLES2Implementation::kStartingOffset;
51 GLES2Implementation::GLStaticState::GLStaticState() {
54 GLES2Implementation::GLStaticState::~GLStaticState() {
57 GLES2Implementation::GLStaticState::IntState::IntState()
72 GLES2Implementation::SingleThreadChecker::SingleThreadChecker(
73 GLES2Implementation* gles2_implementation)
79 GLES2Implementation::SingleThreadChecker::~SingleThreadChecker() {
84 GLES2Implementation::GLES2Implementation(
    [all...]

Completed in 319 milliseconds