/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 261 {"glIsFenceNV", (void*)glIsFenceNV},
|
D | gl_client_context.h | 281 glIsFenceNV_client_proc_t glIsFenceNV; member
|
D | gl_client_context.cpp | 281 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData); in initDispatchByName()
|
D | gl_entry.cpp | 276 GLboolean glIsFenceNV(GLuint fence); 1929 GLboolean glIsFenceNV(GLuint fence) in glIsFenceNV() function 1932 return ctx->glIsFenceNV(ctx, fence); in glIsFenceNV()
|
D | gl_enc.cpp | 9198 this->glIsFenceNV = &glIsFenceNV_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 187 {"glIsFenceNV", (void*)glIsFenceNV},
|
D | gl2_client_context.h | 189 glIsFenceNV_client_proc_t glIsFenceNV; member
|
D | gl2_client_context.cpp | 189 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 184 GLboolean glIsFenceNV(GLuint fence); 1530 GLboolean glIsFenceNV(GLuint fence) in glIsFenceNV() function 1533 return ctx->glIsFenceNV(ctx, fence); in glIsFenceNV()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 291 glIsFenceNV_server_proc_t glIsFenceNV; member
|
D | gles1_server_context.cpp | 281 glIsFenceNV = (glIsFenceNV_server_proc_t) getProc("glIsFenceNV", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5554 *(GLboolean *)(&tmpBuf[0]) = this->glIsFenceNV(var_fence); in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 226 glIsFenceNV_server_proc_t glIsFenceNV; member
|
D | gles2_server_context.cpp | 189 glIsFenceNV = (glIsFenceNV_server_proc_t) getProc("glIsFenceNV", userData); in initDispatchByName()
|
D | gles2_dec.cpp | 3861 *(GLboolean *)(&tmpBuf[0]) = this->glIsFenceNV(var_fence); in decode()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 508 #GLboolean glIsFenceNV(GLuint fence) 509 glIsFenceNV
|
D | gles2.in | 185 GL_ENTRY(GLboolean, glIsFenceNV, GLuint fence)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 975 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 276 GL_ENTRY(GLboolean, glIsFenceNV, GLuint fence)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 829 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1184 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 956 #define glIsFenceNV MANGLE(IsFenceNV) macro
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 2723 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 2801 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 2859 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
|