HomeSort by relevance Sort by last modified time
    Searched refs:GLES2InterfaceStub (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub.cc 10 GLES2InterfaceStub::GLES2InterfaceStub() {
13 GLES2InterfaceStub::~GLES2InterfaceStub() {
gles2_interface_stub.h 15 class GLES2InterfaceStub : public GLES2Interface {
17 GLES2InterfaceStub();
18 virtual ~GLES2InterfaceStub();
gles2_interface_stub_impl_autogen.h 13 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) {
15 void GLES2InterfaceStub::AttachShader(
18 void GLES2InterfaceStub::BindAttribLocation(
21 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) {
23 void GLES2InterfaceStub::BindFramebuffer(
26 void GLES2InterfaceStub::BindRenderbuffer(
29 void GLES2InterfaceStub::BindTexture(
32 void GLES2InterfaceStub::BlendColor(
36 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) {
38 void GLES2InterfaceStub::BlendEquationSeparate
    [all...]

Completed in 862 milliseconds