Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h425 glUnmapBufferDMA_client_proc_t glUnmapBufferDMA; member
Dgl2_client_context.cpp425 glUnmapBufferDMA = (glUnmapBufferDMA_client_proc_t) getProc("glUnmapBufferDMA", userData); in initDispatchByName()
Dgl2_entry.cpp420 …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()
Dgl2_enc.cpp13115 this->glUnmapBufferDMA = &glUnmapBufferDMA_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h524 glUnmapBufferDMA_server_proc_t glUnmapBufferDMA; member
Dgles2_server_context.cpp425 glUnmapBufferDMA = (glUnmapBufferDMA_server_proc_t) getProc("glUnmapBufferDMA", userData); in initDispatchByName()
DGLESv2Decoder.cpp130 glUnmapBufferDMA = s_glUnmapBufferDMA; in initGL()
Dgles2_dec.cpp9148 …this->glUnmapBufferDMA(this, var_target, var_offset, var_length, var_access, var_paddr, (GLboolean… in decode()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib1424 glUnmapBufferDMA
Dgles2.in567 GL_ENTRY(void, glUnmapBufferDMA, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield acce…