OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeContextCurrent
(Results
26 - 34
of
34
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
70
//
makeContextCurrent
() to complete initialization of the context, treating
145
virtual bool
makeContextCurrent
() = 0;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
287
DELEGATE_TO_WEBCONTEXT_R(
makeContextCurrent
, bool)
[
all
...]
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.h
21
virtual bool
makeContextCurrent
();
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
123
virtual bool
makeContextCurrent
();
gl_helper_unittests.cc
69
context_->
makeContextCurrent
();
[
all
...]
webgraphicscontext3d_command_buffer_impl.cc
426
bool WebGraphicsContext3DCommandBufferImpl::
makeContextCurrent
() {
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h
76
virtual bool
makeContextCurrent
();
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/core/html/canvas/
WebGLRenderingContext.cpp
519
if (!context || !context->
makeContextCurrent
()) {
[
all
...]
Completed in 73 milliseconds
1
2