/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 31 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0…
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 525 …) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 527 …E (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 1674 …) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 1676 …V (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.h | 599 …f, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
D | gl2_entry.cpp | 293 …er(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 2173 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in glBlitFramebuffer() argument 2176 ctx->glBlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
|
D | GL2Encoder.cpp | 4502 …f, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in s_glBlitFramebuffer() argument 4584 (srcX0 != dstX0 || srcY0 != dstY0 || in s_glBlitFramebuffer() 4590 dstX0, dstY0, dstX1, dstY1, in s_glBlitFramebuffer()
|
D | gl2_enc.cpp | 7081 … , GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in glBlitFramebuffer_enc() argument 7104 memcpy(ptr, &dstY0, 4); ptr += 4; in glBlitFramebuffer_enc()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3_wrapper_entry.cpp | 293 …er(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 2137 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in glBlitFramebuffer() argument 2140 ctx->glBlitFramebuffer( srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
|
D | gles3.in | 381 …r, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 852 …r (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
D | gl31.h | 852 …r (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 381 …r, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|