OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLES2InterfaceStub
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub.cc
10
GLES2InterfaceStub
::
GLES2InterfaceStub
() {
13
GLES2InterfaceStub
::~
GLES2InterfaceStub
() {
gles2_interface_stub.h
14
class
GLES2InterfaceStub
: public GLES2Interface {
16
GLES2InterfaceStub
();
17
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
...]
/external/chromium_org/cc/scheduler/
texture_uploader_unittest.cc
18
class TextureUploadTestContext : public gpu::gles2::
GLES2InterfaceStub
{
/external/chromium_org/cc/test/
test_gles2_interface.h
13
class TestGLES2Interface : public gpu::gles2::
GLES2InterfaceStub
{
Completed in 29 milliseconds