Searched refs:glFlushMappedBufferRangeAEMU2 (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 438 glFlushMappedBufferRangeAEMU2_client_proc_t glFlushMappedBufferRangeAEMU2; member
|
D | gl2_client_context.cpp | 438 …glFlushMappedBufferRangeAEMU2 = (glFlushMappedBufferRangeAEMU2_client_proc_t) getProc("glFlushMapp… in initDispatchByName()
|
D | gl2_entry.cpp | 433 …void glFlushMappedBufferRangeAEMU2(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… 3042 void glFlushMappedBufferRangeAEMU2(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield ac… in glFlushMappedBufferRangeAEMU2() function 3045 ctx->glFlushMappedBufferRangeAEMU2(ctx, target, offset, length, access, guest_buffer); in glFlushMappedBufferRangeAEMU2()
|
D | GL2Encoder.cpp | 3508 ctx->glFlushMappedBufferRangeAEMU2( in s_glFlushMappedBufferRange()
|
D | gl2_enc.cpp | 13128 this->glFlushMappedBufferRangeAEMU2 = &glFlushMappedBufferRangeAEMU2_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 537 glFlushMappedBufferRangeAEMU2_server_proc_t glFlushMappedBufferRangeAEMU2; member
|
D | gles2_server_context.cpp | 438 …glFlushMappedBufferRangeAEMU2 = (glFlushMappedBufferRangeAEMU2_server_proc_t) getProc("glFlushMapp… in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1479 glFlushMappedBufferRangeAEMU2
|
D | gles2.in | 587 GL_ENTRY(void, glFlushMappedBufferRangeAEMU2, GLenum target, GLintptr offset, GLsizeiptr length, GL…
|