Searched refs:glUnmapBufferDirect (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/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… 2976 void glUnmapBufferDirect(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access, uint… in glUnmapBufferDirect() function 2979 ctx->glUnmapBufferDirect(ctx, target, offset, length, access, paddr, guest_ptr, out_res); in glUnmapBufferDirect()
|
D | gl2_enc.cpp | 13117 this->glUnmapBufferDirect = &glUnmapBufferDirect_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 526 glUnmapBufferDirect_server_proc_t glUnmapBufferDirect; member
|
D | gles2_server_context.cpp | 427 glUnmapBufferDirect = (glUnmapBufferDirect_server_proc_t) getProc("glUnmapBufferDirect", userData); in initDispatchByName()
|
D | GLESv2Decoder.cpp | 133 glUnmapBufferDirect = s_glUnmapBufferDirect; in initGL()
|
D | gles2_dec.cpp | 9208 …this->glUnmapBufferDirect(this, var_target, var_offset, var_length, var_access, var_paddr, var_gue… in decode()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1434 glUnmapBufferDirect
|
D | gles2.in | 571 GL_ENTRY(void, glUnmapBufferDirect, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a…
|