Searched refs:glUnmapBufferDMA (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 425 glUnmapBufferDMA_client_proc_t glUnmapBufferDMA; member
|
D | gl2_client_context.cpp | 425 glUnmapBufferDMA = (glUnmapBufferDMA_client_proc_t) getProc("glUnmapBufferDMA", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 420 …void glUnmapBufferDMA(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access, uint64… 2964 void glUnmapBufferDMA(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access, uint64_… in glUnmapBufferDMA() function 2967 ctx->glUnmapBufferDMA(ctx, target, offset, length, access, paddr, out_res); in glUnmapBufferDMA()
|
D | gl2_enc.cpp | 13115 this->glUnmapBufferDMA = &glUnmapBufferDMA_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 524 glUnmapBufferDMA_server_proc_t glUnmapBufferDMA; member
|
D | gles2_server_context.cpp | 425 glUnmapBufferDMA = (glUnmapBufferDMA_server_proc_t) getProc("glUnmapBufferDMA", userData); in initDispatchByName()
|
D | GLESv2Decoder.cpp | 130 glUnmapBufferDMA = s_glUnmapBufferDMA; in initGL()
|
D | gles2_dec.cpp | 9148 …this->glUnmapBufferDMA(this, var_target, var_offset, var_length, var_access, var_paddr, (GLboolean… in decode()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1424 glUnmapBufferDMA
|
D | gles2.in | 567 GL_ENTRY(void, glUnmapBufferDMA, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield acce…
|