/external/mesa3d/src/mesa/drivers/common/ |
meta.c | [all...] |
/external/chromium_org/ui/gl/ |
gl_bindings_skia_in_process.cc | 77 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 79 glBlitFramebufferEXT(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
|
/frameworks/native/opengl/libs/GLES2/ |
gl2ext_api.in | 85 void API_ENTRY(glBlitFramebufferANGLE)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) { 86 CALL_GL_API(glBlitFramebufferANGLE, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Extensions3D.h | 247 void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
EXT_framebuffer_object.xml | 211 <param name="dstX1" type="GLint"/>
|
ARB_framebuffer_object.xml | 264 <param name="dstX1" type="GLint"/>
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
swrast.h | 157 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
/external/mesa3d/src/mapi/glapi/gen/ |
EXT_framebuffer_object.xml | 211 <param name="dstX1" type="GLint"/>
|
ARB_framebuffer_object.xml | 264 <param name="dstX1" type="GLint"/>
|
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 157 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES30.spec | 29 void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter )
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_framebuffer_blit.txt | 58 int dstX0, int dstY0, int dstX1, int dstY1, 125 int dstX0, int dstY0, int dstX1, int dstY1, 134 the locations (dstX0, dstY0) and (dstX1, dstY1). The lower bounds
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
renderer.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
renderer.c | [all...] |
/frameworks/native/opengl/libs/ |
trace.in | 34 TRACE_GL_VOID(glBlitFramebuffer, (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), 10, "GLint", srcX0, "GLint", srcY0, "GLint", srcX1, "GLint", srcY1, "GLint", dstX0, "GLint", dstY0, "GLint", dstX1, "GLint", dstY1, "GLbitfield", mask, "GLenum", filter) 35 TRACE_GL_VOID(glBlitFramebufferANGLE, (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), 10, "GLint", srcX0, "GLint", srcY0, "GLint", srcX1, "GLint", srcY1, "GLint", dstX0, "GLint", dstY0, "GLint", dstX1, "GLint", dstY1, "GLbitfield", mask, "GLenum", filter) [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);
|
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 325 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask,
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 67 virtual void blitFramebufferCHROMIUM(WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1, WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1, WGC3Dbitfield mask, WGC3Denum filter) { }
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Context.h | 398 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLNoOpInterface.cpp | 427 GrGLint dstX1,
|
/external/skia/src/gpu/gl/ |
GrGLNoOpInterface.cpp | 427 GrGLint dstX1,
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 762 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) { 768 dstX1, dstY1, mask, filter);
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
wglext.h | [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 429 WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1, 434 dstX0, dstY0, dstX1, dstY1, [all...] |
/external/mesa3d/include/GL/ |
wglext.h | [all...] |