Searched refs:glUnmapBufferDirect (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 427 glUnmapBufferDirect_client_proc_t glUnmapBufferDirect; member
|
D | gl2_client_context.cpp | 427 glUnmapBufferDirect = (glUnmapBufferDirect_client_proc_t) getProc("glUnmapBufferDirect", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 422 …void glUnmapBufferDirect(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access, uin… 2963 void glUnmapBufferDirect(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access, uint… in glUnmapBufferDirect() function 2966 ctx->glUnmapBufferDirect(ctx, target, offset, length, access, paddr, guest_ptr, out_res); in glUnmapBufferDirect()
|
D | gl2_enc.cpp | 11987 this->glUnmapBufferDirect = &glUnmapBufferDirect_enc; in gl2_encoder_context_t()
|