OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeContextCurrent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc
25
bool FakeWebGraphicsContext3D::
makeContextCurrent
() {
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
426
bool WebGraphicsContext3DCommandBufferImpl::
makeContextCurrent
() {
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
210
bool WebGraphicsContext3DInProcessCommandBufferImpl::
makeContextCurrent
() {
224
// WebGraphicsContext3D does not need to call
makeContextCurrent
. Code using
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
44
virtual bool
makeContextCurrent
() { return true; }
Completed in 42 milliseconds