Searched refs:glIsBuffer (Results 1 - 12 of 12) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h92 {"glIsBuffer", (void*)glIsBuffer},
H A Dgl2_client_context.h92 glIsBuffer_client_proc_t glIsBuffer; member in struct:gl2_client_context_t
301 virtual glIsBuffer_client_proc_t set_glIsBuffer(glIsBuffer_client_proc_t f) { glIsBuffer_client_proc_t retval = glIsBuffer; glIsBuffer = f; return retval;}
H A Dgl2_entry.cpp90 GLboolean glIsBuffer(GLuint buffer);
720 GLboolean glIsBuffer(GLuint buffer) function
723 return ctx->glIsBuffer(ctx, buffer);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h104 {"glIsBuffer", (void*)glIsBuffer},
H A Dgl_client_context.h104 glIsBuffer_client_proc_t glIsBuffer; member in struct:gl_client_context_t
396 virtual glIsBuffer_client_proc_t set_glIsBuffer(glIsBuffer_client_proc_t f) { glIsBuffer_client_proc_t retval = glIsBuffer; glIsBuffer = f; return retval;}
H A Dgl_entry.cpp102 GLboolean glIsBuffer(GLuint buffer);
871 GLboolean glIsBuffer(GLuint buffer) function
874 return ctx->glIsBuffer(ctx, buffer);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h114 {"glIsBuffer", (void *)glIsBuffer},
H A Dgles_dispatch.h117 glIsBuffer_t glIsBuffer; member in struct:gles_dispatch
389 glIsBuffer_t set_glIsBuffer(glIsBuffer_t f) { glIsBuffer_t retval = glIsBuffer; glIsBuffer = f; return retval;}
H A Dgles.cpp526 GLboolean glIsBuffer(GLuint buffer) function
528 return getDispatch()->glIsBuffer(buffer);
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h689 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java905 public boolean glIsBuffer(int buffer) { method in class:MatrixTrackingGL

Completed in 55 milliseconds