Home | History | Annotate | Download | only in client

Lines Matching refs:GLES2Implementation

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(
808 inline bool GLES2Implementation::GetRenderbufferParameterivHelper(
813 inline bool GLES2Implementation::GetShaderivHelper(
818 inline bool GLES2Implementation::GetTexParameterfvHelper(
823 inline bool GLES2Implementation::GetTexParameterivHelper(