/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 259 {"glDeleteFencesNV", (void*)glDeleteFencesNV},
|
D | gl_client_context.h | 279 glDeleteFencesNV_client_proc_t glDeleteFencesNV; member
|
D | gl_client_context.cpp | 279 glDeleteFencesNV = (glDeleteFencesNV_client_proc_t) getProc("glDeleteFencesNV", userData); in initDispatchByName()
|
D | gl_entry.cpp | 274 void glDeleteFencesNV(GLsizei n, const GLuint* fences); 1915 void glDeleteFencesNV(GLsizei n, const GLuint* fences) in glDeleteFencesNV() function 1919 ctx->glDeleteFencesNV(ctx, n, fences); in glDeleteFencesNV()
|
D | gl_enc.cpp | 9196 this->glDeleteFencesNV = &glDeleteFencesNV_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 185 {"glDeleteFencesNV", (void*)glDeleteFencesNV},
|
D | gl2_client_context.h | 187 glDeleteFencesNV_client_proc_t glDeleteFencesNV; member
|
D | gl2_client_context.cpp | 187 glDeleteFencesNV = (glDeleteFencesNV_client_proc_t) getProc("glDeleteFencesNV", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 182 void glDeleteFencesNV(GLsizei n, const GLuint* fences); 1518 void glDeleteFencesNV(GLsizei n, const GLuint* fences) in glDeleteFencesNV() function 1521 ctx->glDeleteFencesNV(ctx, n, fences); in glDeleteFencesNV()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 289 glDeleteFencesNV_server_proc_t glDeleteFencesNV; member
|
D | gles1_server_context.cpp | 279 glDeleteFencesNV = (glDeleteFencesNV_server_proc_t) getProc("glDeleteFencesNV", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5515 this->glDeleteFencesNV(var_n, (const GLuint*)(inptr_fences.get())); in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 224 glDeleteFencesNV_server_proc_t glDeleteFencesNV; member
|
D | gles2_server_context.cpp | 187 glDeleteFencesNV = (glDeleteFencesNV_server_proc_t) getProc("glDeleteFencesNV", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 615 #void glDeleteFencesNV(GLsizei n, const GLuint *fences) 616 glDeleteFencesNV
|
D | gles1.in | 274 GL_ENTRY(void, glDeleteFencesNV, GLsizei n, const GLuint *fences)
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 500 #void glDeleteFencesNV(GLsizei n, GLuint *fences) 501 glDeleteFencesNV
|
D | gles2.in | 183 GL_ENTRY(void, glDeleteFencesNV, GLsizei n, const GLuint *fences)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 973 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei, const GLuint *);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 827 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1182 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei, const GLuint *);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 349 #define glDeleteFencesNV MANGLE(DeleteFencesNV) macro
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 2721 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 2799 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 2857 GL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
|