Home
last modified time | relevance | path

Searched refs:glFinishFenceNV (Results 1 – 25 of 30) sorted by relevance

12

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp93 static void glFinishFenceNV(GLuint) { in glFinishFenceNV() function
408 glFinishFenceNV = ::glFinishFenceNV; in GLESv1()
DGLESv3.cpp96 static void glFinishFenceNV(GLuint) { in glFinishFenceNV() function
613 glFinishFenceNV = ::glFinishFenceNV; in GLESv3()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h271 {"glFinishFenceNV", (void *)glFinishFenceNV},
Dgles_dispatch.h274 glFinishFenceNV_t glFinishFenceNV; member
546 …shFenceNV(glFinishFenceNV_t f) { glFinishFenceNV_t retval = glFinishFenceNV; glFinishFenceNV = f; … in set_glFinishFenceNV()
Dgles.cpp1311 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function
1313 getDispatch()->glFinishFenceNV(fence); in glFinishFenceNV()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h264 {"glFinishFenceNV", (void*)glFinishFenceNV},
Dgl_client_context.h284 glFinishFenceNV_client_proc_t glFinishFenceNV; member
Dgl_client_context.cpp284 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
Dgl_entry.cpp279 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/
Dgles1.lds109 glFinishFenceNV;
Dgles3.lds133 glFinishFenceNV;
Dgles1_wrapper_context.h284 glFinishFenceNV_wrapper_proc_t glFinishFenceNV; member
Dgles3_wrapper_context.h192 glFinishFenceNV_wrapper_proc_t glFinishFenceNV; member
Dgles1_wrapper_context.cpp284 glFinishFenceNV = (glFinishFenceNV_wrapper_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
Dgles3_wrapper_context.cpp192 glFinishFenceNV = (glFinishFenceNV_wrapper_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp279 void glFinishFenceNV(GLuint fence);
1933 void glFinishFenceNV(GLuint fence) in glFinishFenceNV() function
1936 ctx->glFinishFenceNV( fence); in glFinishFenceNV()
Dgles1.in279 GL_ENTRY(void, glFinishFenceNV, GLuint fence)
Dgles3_wrapper_entry.cpp187 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/
Dgl2_ftable.h190 {"glFinishFenceNV", (void*)glFinishFenceNV},
Dgl2_client_context.h192 glFinishFenceNV_client_proc_t glFinishFenceNV; member
Dgl2_client_context.cpp192 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
Dgl2_entry.cpp187 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/
Dgles3.attrib358 glFinishFenceNV
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in279 GL_ENTRY(void, glFinishFenceNV, GLuint fence)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1183 GL_API void GL_APIENTRY glFinishFenceNV (GLuint);

12