/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 93 static void glFinishFenceNV(GLuint) { in glFinishFenceNV() function 408 glFinishFenceNV = ::glFinishFenceNV; in GLESv1()
|
D | GLESv3.cpp | 96 static void glFinishFenceNV(GLuint) { in glFinishFenceNV() function 613 glFinishFenceNV = ::glFinishFenceNV; in GLESv3()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 271 {"glFinishFenceNV", (void *)glFinishFenceNV},
|
D | gles_dispatch.h | 274 glFinishFenceNV_t glFinishFenceNV; member 546 …shFenceNV(glFinishFenceNV_t f) { glFinishFenceNV_t retval = glFinishFenceNV; glFinishFenceNV = f; … in set_glFinishFenceNV()
|
D | gles.cpp | 1311 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function 1313 getDispatch()->glFinishFenceNV(fence); in glFinishFenceNV()
|
/device/generic/goldfish-opengl/system/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()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 109 glFinishFenceNV;
|
D | gles3.lds | 133 glFinishFenceNV;
|
D | gles1_wrapper_context.h | 284 glFinishFenceNV_wrapper_proc_t glFinishFenceNV; member
|
D | gles3_wrapper_context.h | 192 glFinishFenceNV_wrapper_proc_t glFinishFenceNV; member
|
D | gles1_wrapper_context.cpp | 284 glFinishFenceNV = (glFinishFenceNV_wrapper_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
|
D | gles3_wrapper_context.cpp | 192 glFinishFenceNV = (glFinishFenceNV_wrapper_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 279 void glFinishFenceNV(GLuint fence); 1933 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function 1936 ctx->glFinishFenceNV( fence); in glFinishFenceNV()
|
D | gles1.in | 279 GL_ENTRY(void, glFinishFenceNV, GLuint fence)
|
D | gles3_wrapper_entry.cpp | 187 void glFinishFenceNV(GLuint fence); 1501 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function 1504 ctx->glFinishFenceNV( fence); in glFinishFenceNV()
|
/device/generic/goldfish-opengl/system/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); 1533 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function 1536 ctx->glFinishFenceNV(ctx, fence); in glFinishFenceNV()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 358 glFinishFenceNV
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 279 GL_ENTRY(void, glFinishFenceNV, GLuint fence)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 1183 GL_API void GL_APIENTRY glFinishFenceNV (GLuint);
|