/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 264 {"glFinishFenceNV", (void*)glFinishFenceNV},
|
D | gl_client_context.h | 284 glFinishFenceNV_client_proc_t glFinishFenceNV; member
|
D | gl_client_context.cpp | 284 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
|
D | gl_entry.cpp | 279 void glFinishFenceNV(GLuint fence); 1947 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function 1950 ctx->glFinishFenceNV(ctx, fence); in glFinishFenceNV()
|
D | gl_enc.cpp | 9201 this->glFinishFenceNV = &glFinishFenceNV_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 190 {"glFinishFenceNV", (void*)glFinishFenceNV},
|
D | gl2_client_context.h | 192 glFinishFenceNV_client_proc_t glFinishFenceNV; member
|
D | gl2_client_context.cpp | 192 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 187 void glFinishFenceNV(GLuint fence); 1548 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function 1551 ctx->glFinishFenceNV(ctx, fence); in glFinishFenceNV()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 294 glFinishFenceNV_server_proc_t glFinishFenceNV; member
|
D | gles1_server_context.cpp | 284 glFinishFenceNV = (glFinishFenceNV_server_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5627 this->glFinishFenceNV(var_fence); in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 229 glFinishFenceNV_server_proc_t glFinishFenceNV; member
|
D | gles2_server_context.cpp | 192 glFinishFenceNV = (glFinishFenceNV_server_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
|
D | gles2_dec.cpp | 3926 this->glFinishFenceNV(var_fence); in decode()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 520 #void glFinishFenceNV(GLuint fence) 521 glFinishFenceNV
|
D | gles2.in | 188 GL_ENTRY(void, glFinishFenceNV, GLuint fence)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 978 GL_API void GL_APIENTRY glFinishFenceNV (GLuint);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 279 GL_ENTRY(void, glFinishFenceNV, GLuint fence)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 832 GL_API void GL_APIENTRY glFinishFenceNV (GLuint fence);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1187 GL_API void GL_APIENTRY glFinishFenceNV (GLuint);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 481 #define glFinishFenceNV MANGLE(FinishFenceNV) macro
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 2726 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 2804 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 2862 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
|