OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeCurrent
(Results
1 - 25
of
40
) sorted by null
1
2
/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);
/external/chromium_org/third_party/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp
33
void SkNativeGLContext::
makeCurrent
() const {
/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/chromium_org/third_party/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp
99
void SkMesaGLContext::
makeCurrent
() const {
/external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp
110
void SkNativeGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp
75
void SkNativeGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp
99
void SkMesaGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp
110
void SkNativeGLContext::
makeCurrent
() const {
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp
103
void SkANGLEGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp
103
void SkANGLEGLContext::
makeCurrent
() const {
/external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp
163
void SkNativeGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp
163
void SkNativeGLContext::
makeCurrent
() const {
/sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp
131
int Renderer::
makeCurrent
(RenderingThread *thread,
/cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java
44
mEnv.
makeCurrent
();
GLEnv.java
70
public void
makeCurrent
() {
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp
283
void SkNativeGLContext::
makeCurrent
() const {
/external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp
283
void SkNativeGLContext::
makeCurrent
() const {
/frameworks/native/opengl/libs/EGL/
egl_display.cpp
315
EGLBoolean egl_display_t::
makeCurrent
(egl_context_t* c, egl_context_t* cur_c,
/cts/tests/tests/media/src/android/media/cts/
InputSurface.java
139
public void
makeCurrent
() {
OutputSurface.java
71
makeCurrent
();
201
public void
makeCurrent
() {
/external/jmonkeyengine/engine/src/core/com/jme3/material/
Technique.java
169
* call {@link #
makeCurrent
(com.jme3.asset.AssetManager) } on this
184
public void
makeCurrent
(AssetManager assetManager) {
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglOffscreenBuffer.java
83
pbuffer.
makeCurrent
();
117
pbuffer.
makeCurrent
();
/frameworks/native/cmds/flatland/
GLHelper.cpp
91
resultb =
makeCurrent
(mDummySurface);
135
bool GLHelper::
makeCurrent
(EGLSurface surface) {
155
if (!
makeCurrent
(mDummySurface)) {
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp
166
bool
makeCurrent
(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx){
Completed in 360 milliseconds
1
2