OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeWebGraphicsContext3D
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc
18
FakeWebGraphicsContext3D
::
FakeWebGraphicsContext3D
()
22
FakeWebGraphicsContext3D
::~
FakeWebGraphicsContext3D
() {
25
bool
FakeWebGraphicsContext3D
::makeContextCurrent() {
29
bool
FakeWebGraphicsContext3D
::isGLES2Compliant() {
33
WebGLId
FakeWebGraphicsContext3D
::getPlatformTextureId() {
37
bool
FakeWebGraphicsContext3D
::isContextLost() {
41
void*
FakeWebGraphicsContext3D
::mapBufferSubDataCHROMIUM(
49
void*
FakeWebGraphicsContext3D
::mapTexSubImage2DCHROMIUM
[
all
...]
fake_web_graphics_context_3d.h
16
class
FakeWebGraphicsContext3D
: public blink::WebGraphicsContext3D {
18
FakeWebGraphicsContext3D
();
19
virtual ~
FakeWebGraphicsContext3D
();
608
DISALLOW_COPY_AND_ASSIGN(
FakeWebGraphicsContext3D
);
test_web_graphics_context_3d.h
28
class TestWebGraphicsContext3D : public
FakeWebGraphicsContext3D
{
test_web_graphics_context_3d.cc
62
:
FakeWebGraphicsContext3D
(),
Completed in 37 milliseconds