HomeSort by relevance Sort by last modified time
    Searched refs:drawSurface (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
main.cpp 31 current->drawSurface = EGL_NO_SURFACE;
161 current->drawSurface = surface;
168 return current->drawSurface;
main.h 22 EGLSurface drawSurface;
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 47 const ClientHandle & drawSurface, const ClientHandle & readSurface, const ClientHandle & ctx);
RenderingThread.h 73 static int s_makeCurrent(uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctx);
Renderer.cpp 132 const ClientHandle &drawSurface,
166 i = m_surfaces.find(drawSurface); if (i != m_surfaces.end()) draw = i->second->eglSurface();
RenderingThread.cpp 238 int RenderingThread::s_makeCurrent(uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctx)
241 Renderer::ClientHandle(pid, drawSurface),
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 1023 void drawSurface (Surface& dst,
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 385 public void makeCurrent(EGLSurface drawSurface, EGLSurface readSurface) {
390 if (!EGL14.eglMakeCurrent(mEGLDisplay, drawSurface, readSurface, mEGLContext)) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 422 milliseconds