Home
last modified time | relevance | path

Searched defs:srcX0 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp605 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in glBlitFramebuffer()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp2188 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in glBlitFramebuffer()
DGL2Encoder.cpp5140 void GL2Encoder::s_glBlitFramebuffer(void* self, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1… in s_glBlitFramebuffer()
Dgl2_enc.cpp7527 void glBlitFramebuffer_enc(void *self , GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint d… in glBlitFramebuffer_enc()