Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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…
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()
Dgl2_enc.cpp13117 this->glUnmapBufferDirect = &glUnmapBufferDirect_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h526 glUnmapBufferDirect_server_proc_t glUnmapBufferDirect; member
Dgles2_server_context.cpp427 glUnmapBufferDirect = (glUnmapBufferDirect_server_proc_t) getProc("glUnmapBufferDirect", userData); in initDispatchByName()
DGLESv2Decoder.cpp133 glUnmapBufferDirect = s_glUnmapBufferDirect; in initGL()
Dgles2_dec.cpp9208 …this->glUnmapBufferDirect(this, var_target, var_offset, var_length, var_access, var_paddr, var_gue… in decode()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib1434 glUnmapBufferDirect
Dgles2.in571 GL_ENTRY(void, glUnmapBufferDirect, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a…