Home
last modified time | relevance | path

Searched refs:glUnmapBufferDirect (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h427 glUnmapBufferDirect_client_proc_t glUnmapBufferDirect; member
Dgl2_client_context.cpp427 glUnmapBufferDirect = (glUnmapBufferDirect_client_proc_t) getProc("glUnmapBufferDirect", userData); in initDispatchByName()
Dgl2_entry.cpp422 …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()
Dgl2_enc.cpp11987 this->glUnmapBufferDirect = &glUnmapBufferDirect_enc; in gl2_encoder_context_t()