HomeSort by relevance Sort by last modified time
    Searched refs:dstX1 (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/include/GL/
wglext.h     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 208 WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1,
212 dstX0, dstY0, dstX1, dstY1,
    [all...]
webgraphicscontext3d_impl.h 438 WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1,
  /external/mesa3d/include/GL/
wglext.h     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
gles2_c_lib_autogen.h 623 GLint dstX1,
628 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 488 GLint dstX1,
gles2_interface_autogen.h 327 GLint dstX1,
gles2_interface_stub_autogen.h 355 GLint dstX1,
gles2_trace_implementation_autogen.h 355 GLint dstX1,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h     [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp     [all...]
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 263 GL_APICALL void (* GL_APIENTRY glBlitFramebuffer) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
gl3stub.h 405 extern GL_APICALL void (* GL_APIENTRY glBlitFramebuffer) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 274 GLint dstX1,
gl3stub.h 415 extern GL_APICALL void (* GL_APIENTRY glBlitFramebuffer) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 191 virtual void blitFramebufferCHROMIUM(WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1, WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1, WGC3Dbitfield mask, WGC3Denum filter) = 0;
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 79 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBlitFramebufferProc)(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 217 void glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter);

Completed in 356 milliseconds

1 23 4 5 6