Home
last modified time | relevance | path

Searched refs:dstX0 (Results 1 – 9 of 9) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles3_only.entries31 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0…
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h525 …FFERANGLEPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
527 …amebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
1674 …EBUFFERNVPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
1676 …tFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h608 …fer(void* self, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
Dgl2_entry.cpp293 …void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY…
2175 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in glBlitFramebuffer() argument
2178 ctx->glBlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
DGL2Encoder.cpp4491 …fer(void* self, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin… in s_glBlitFramebuffer() argument
4573 (srcX0 != dstX0 || srcY0 != dstY0 || in s_glBlitFramebuffer()
4579 dstX0, dstY0, dstX1, dstY1, in s_glBlitFramebuffer()
Dgl2_enc.cpp7081 …nc(void *self , GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin… in glBlitFramebuffer_enc() argument
7103 memcpy(ptr, &dstX0, 4); ptr += 4; in glBlitFramebuffer_enc()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h852 …litFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
Dgl31.h852 …litFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in381 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …