Searched refs:glIsFenceNV (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/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 | 185 GLboolean glIsFenceNV(GLuint fence); 1292 GLboolean glIsFenceNV(GLuint fence) in glIsFenceNV() function 1295 return ctx->glIsFenceNV(ctx, fence); in glIsFenceNV()
|
D | gl2_enc.cpp | 5158 this->glIsFenceNV = (glIsFenceNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 268 {"glIsFenceNV", (void *)glIsFenceNV},
|
D | gles_dispatch.h | 271 glIsFenceNV_t glIsFenceNV; member 543 …eNV_t set_glIsFenceNV(glIsFenceNV_t f) { glIsFenceNV_t retval = glIsFenceNV; glIsFenceNV = f; retu… in set_glIsFenceNV()
|
D | gles.cpp | 1296 GLboolean glIsFenceNV(GLuint fence) in glIsFenceNV() function 1298 return getDispatch()->glIsFenceNV(fence); in glIsFenceNV()
|
/device/generic/goldfish/opengl/system/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 | 277 GLboolean glIsFenceNV(GLuint fence); 1929 GLboolean glIsFenceNV(GLuint fence) in glIsFenceNV() function 1932 return ctx->glIsFenceNV(ctx, fence); in glIsFenceNV()
|
D | gl_enc.cpp | 8439 this->glIsFenceNV = &glIsFenceNV_enc; in gl_encoder_context_t()
|