HomeSort by relevance Sort by last modified time
    Searched defs:makeCurrent (Results 1 - 25 of 48) sorted by null

1 2

  /cts/tests/tests/media/src/android/media/cts/
InputSurfaceInterface.java 26 void makeCurrent();
NdkInputSurface.java 75 public void makeCurrent() {
InputSurface.java 166 public void makeCurrent() {
OutputSurface.java 71 makeCurrent();
205 public void makeCurrent() {
  /external/skia/tools/gpu/
TestContext.cpp 32 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); }
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 91 status_t EglWindow::makeCurrent() const {
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaVulkanPipeline.cpp 47 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() {
SkiaOpenGLPipeline.cpp 43 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() {
47 if (!mEglManager.makeCurrent(mEglSurface, &error)) {
154 mEglManager.makeCurrent(EGL_NO_SURFACE);
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 129 public abstract void makeCurrent();
EglBase10.java 234 public void makeCurrent() {
EglBase14.java 179 public void makeCurrent() {
  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 44 mEnv.makeCurrent();
GLEnv.java 70 public void makeCurrent() {
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 79 surface1.makeCurrent();
96 surface1.makeCurrent();
107 surface2.makeCurrent();
369 public void makeCurrent(EGLSurface eglSurface) {
371 // called makeCurrent() before create?
372 Log.d(TAG, "NOTE: makeCurrent w/o display");
382 public void makeCurrent(EGLSurface drawSurface, EGLSurface readSurface) {
384 // called makeCurrent() before create?
385 Log.d(TAG, "NOTE: makeCurrent w/o display");
538 public void makeCurrent() {
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
main.cpp 179 void makeCurrent(Context *context, Display *display, Surface *surface)
188 context->makeCurrent(surface);
  /frameworks/base/libs/hwui/renderthread/
OpenGLPipeline.cpp 39 MakeCurrentResult OpenGLPipeline::makeCurrent() {
43 bool haveNewSurface = mEglManager.makeCurrent(mEglSurface, &error);
145 mEglManager.makeCurrent(EGL_NO_SURFACE);
EglManager.cpp 122 makeCurrent(mPBufferSurface);
240 makeCurrent(EGL_NO_SURFACE);
264 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) {
305 makeCurrent(surface);
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 334 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c,
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 143 eglOesBase.makeCurrent();
151 eglBase.makeCurrent();
208 eglOesBase.makeCurrent();
221 eglBase.makeCurrent();
257 eglBase.makeCurrent();
312 eglOesBase.makeCurrent();
348 eglOesBase.makeCurrent();
395 eglBase.makeCurrent();
MediaCodecVideoEncoderTest.java 148 eglOesBase.makeCurrent();
GlRectDrawerTest.java 101 eglBase.makeCurrent();
138 eglBase.makeCurrent();
240 eglBase.makeCurrent();
245 eglBase.makeCurrent();
258 eglBase.makeCurrent();
289 eglBase.makeCurrent();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 75 makeCurrent();
209 public void makeCurrent() {
  /frameworks/native/cmds/flatland/
GLHelper.cpp 90 resultb = makeCurrent(mDummySurface);
134 bool GLHelper::makeCurrent(EGLSurface surface) {
154 if (!makeCurrent(mDummySurface)) {
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 170 mGLContext.makeCurrent(this);
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 242 // Call MakeCurrent after destroying the context, so that the EGL implementation knows that
288 bool CommandBufferGLTestContext::makeCurrent() {

Completed in 465 milliseconds

1 2