Home
last modified time | relevance | path

Searched refs:glFlushMappedBufferRangeAEMU (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h230 glFlushMappedBufferRangeAEMU_client_proc_t glFlushMappedBufferRangeAEMU; member
Dgl2_client_context.cpp230glFlushMappedBufferRangeAEMU = (glFlushMappedBufferRangeAEMU_client_proc_t) getProc("glFlushMapped… in initDispatchByName()
Dgl2_entry.cpp225 …void glFlushMappedBufferRangeAEMU(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield ac…
1778 void glFlushMappedBufferRangeAEMU(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield acc… in glFlushMappedBufferRangeAEMU() function
1781 ctx->glFlushMappedBufferRangeAEMU(ctx, target, offset, length, access, guest_buffer); in glFlushMappedBufferRangeAEMU()
DGL2Encoder.cpp3515 ctx->glFlushMappedBufferRangeAEMU( in s_glFlushMappedBufferRange()
Dgl2_enc.cpp12920 this->glFlushMappedBufferRangeAEMU = &glFlushMappedBufferRangeAEMU_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h269 glFlushMappedBufferRangeAEMU_server_proc_t glFlushMappedBufferRangeAEMU; member
Dgles2_server_context.cpp230glFlushMappedBufferRangeAEMU = (glFlushMappedBufferRangeAEMU_server_proc_t) getProc("glFlushMapped… in initDispatchByName()
DGLESv2Decoder.cpp131 glFlushMappedBufferRangeAEMU = s_glFlushMappedBufferRangeAEMU; in initGL()
Dgles2_dec.cpp4745 …this->glFlushMappedBufferRangeAEMU(this, var_target, var_offset, var_length, var_access, size_gues… in decode()
9475 …this->glFlushMappedBufferRangeAEMU(this, var_target, var_offset, var_length, var_access, size_gues… in decode()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib687 glFlushMappedBufferRangeAEMU
1485 custom_host_api glFlushMappedBufferRangeAEMU
Dgles2.in249 GL_ENTRY(void, glFlushMappedBufferRangeAEMU, GLenum target, GLintptr offset, GLsizeiptr length, GLb…
278 ## | glFlushMappedBufferRangeAEMU... |