OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeCurrent
(Results
1 - 25
of
70
) sorted by null
1
2
3
/external/chromium_org/third_party/skia/include/gpu/gl/
SkDebugGLContext.h
18
virtual void
makeCurrent
() const SK_OVERRIDE {};
SkNullGLContext.h
18
virtual void
makeCurrent
() const SK_OVERRIDE {};
SkANGLEGLContext.h
24
virtual void
makeCurrent
() const SK_OVERRIDE;
SkMesaGLContext.h
24
virtual void
makeCurrent
() const SK_OVERRIDE;
SkGLContextHelper.h
35
virtual void
makeCurrent
() const = 0;
SkNativeGLContext.h
32
virtual void
makeCurrent
() const SK_OVERRIDE;
/external/skia/include/gpu/gl/
SkDebugGLContext.h
18
virtual void
makeCurrent
() const SK_OVERRIDE {};
SkNullGLContext.h
18
virtual void
makeCurrent
() const SK_OVERRIDE {};
SkANGLEGLContext.h
24
virtual void
makeCurrent
() const SK_OVERRIDE;
SkMesaGLContext.h
24
virtual void
makeCurrent
() const SK_OVERRIDE;
SkGLContextHelper.h
35
virtual void
makeCurrent
() const = 0;
SkNativeGLContext.h
32
virtual void
makeCurrent
() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp
33
void SkNativeGLContext::
makeCurrent
() const {
/external/skia/bench/
BenchGpuTimer_gl.cpp
15
glctx->
makeCurrent
();
28
fContext->
makeCurrent
();
36
fContext->
makeCurrent
();
49
fContext->
makeCurrent
();
/external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp
33
void SkNativeGLContext::
makeCurrent
() const {
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp
75
void SkNativeGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp
75
void SkNativeGLContext::
makeCurrent
() const {
/external/chromium_org/third_party/angle/src/libGLESv2/
main.cpp
74
void
makeCurrent
(Context *context, egl::Display *display, egl::Surface *surface)
83
context->
makeCurrent
(surface);
main.h
31
void
makeCurrent
(Context *context, egl::Display *display, egl::Surface *surface);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp
99
void SkMesaGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp
99
void SkMesaGLContext::
makeCurrent
() const {
/frameworks/native/cmds/flatland/
GLHelper.h
52
bool
makeCurrent
(EGLSurface surface);
/sdk/emulator/opengl/tests/ut_renderer/
Renderer.h
46
int
makeCurrent
(RenderingThread *thread,
/cts/tests/tests/media/src/android/media/cts/
OutputSurface.java
71
makeCurrent
();
201
public void
makeCurrent
() {
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglOffscreenBuffer.java
83
pbuffer.
makeCurrent
();
117
pbuffer.
makeCurrent
();
Completed in 882 milliseconds
1
2
3