Searched defs:residences (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1520 GLboolean *residences)
1524 (void) residences;
1519 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, GLboolean *residences) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dnvprogram.c92 GLboolean *residences)
117 residences[i] = GL_TRUE;
123 residences[j] = GL_TRUE;
125 residences[i] = GL_FALSE;
91 _mesa_AreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences) argument
H A Dtexobj.c1321 * \param residences array which will hold the residence status.
1323 * \return GL_TRUE if all textures are resident and \p residences is left unchanged,
1329 GLboolean *residences)
1341 if (!texName || !residences)
1328 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, GLboolean *residences) argument
H A Ddlist.c9517 GLboolean * residences)
9521 return CALL_AreTexturesResident(ctx->Exec, (n, texName, residences));
9516 exec_AreTexturesResident(GLsizei n, const GLuint * texName, GLboolean * residences) argument
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1520 GLboolean *residences)
1524 (void) residences;
1519 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, GLboolean *residences) argument
/external/mesa3d/src/mesa/main/
H A Dnvprogram.c92 GLboolean *residences)
117 residences[i] = GL_TRUE;
123 residences[j] = GL_TRUE;
125 residences[i] = GL_FALSE;
91 _mesa_AreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences) argument
H A Dtexobj.c1321 * \param residences array which will hold the residence status.
1323 * \return GL_TRUE if all textures are resident and \p residences is left unchanged,
1329 GLboolean *residences)
1341 if (!texName || !residences)
1328 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, GLboolean *residences) argument
H A Ddlist.c9517 GLboolean * residences)
9521 return CALL_AreTexturesResident(ctx->Exec, (n, texName, residences));
9516 exec_AreTexturesResident(GLsizei n, const GLuint * texName, GLboolean * residences) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dsingle2.c879 * how we handle writing into the 'residences' buffer when n%4!=0.
884 GLboolean * residences)
898 (void) memcpy(residences, xcb_glx_are_textures_resident_data(reply),
919 memcpy(residences, res4, n);
923 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE);
935 * how we handle writing into the 'residences' buffer when n%4!=0.
940 GLboolean * residences)
949 return p(n, textures, residences);
967 memcpy(residences, res4, n);
971 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRU
883 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences) argument
939 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences) argument
[all...]
/external/mesa3d/src/glx/
H A Dsingle2.c879 * how we handle writing into the 'residences' buffer when n%4!=0.
884 GLboolean * residences)
898 (void) memcpy(residences, xcb_glx_are_textures_resident_data(reply),
919 memcpy(residences, res4, n);
923 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE);
935 * how we handle writing into the 'residences' buffer when n%4!=0.
940 GLboolean * residences)
949 return p(n, textures, residences);
967 memcpy(residences, res4, n);
971 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRU
883 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences) argument
939 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c7197 GLboolean __indirect_glAreProgramsResidentNV(GLsizei n, const GLuint * ids, GLboolean * residences) argument
7211 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_FALSE);
H A Dglapi_mapi_tmp.h348 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences);
349 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences);
1077 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences);
3682 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences) argument
3686 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
3690 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences)
3694 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
8582 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences) argument
[all...]
H A Dglapi_mapi_tmp_shared.h336 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences);
811 GLboolean APIENTRY shared_dispatch_stub_797(GLsizei n, const GLuint *ids, GLboolean *residences);
2982 static GLboolean APIENTRY noopAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) argument
2984 (void) n; (void) textures; (void) residences;
5850 static GLboolean APIENTRY noopAreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences) argument
5852 (void) n; (void) ids; (void) residences;
15057 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences) argument
15061 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
18382 GLboolean APIENTRY shared_dispatch_stub_797(GLsizei n, const GLuint *ids, GLboolean *residences) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2024 KEYWORD1 GLboolean KEYWORD2 NAME(AreTexturesResident)(GLsizei n, const GLuint * textures, GLboolean * residences) argument
2026 (void) n; (void) textures; (void) residences;
2027 RETURN_DISPATCH(AreTexturesResident, (n, textures, residences), (F, "glAreTexturesResident(%d, %p, %p);\n", n, (const void *) textures, (const void *) residences));
6367 KEYWORD1 GLboolean KEYWORD2 NAME(AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences) argument
6369 (void) n; (void) ids; (void) residences;
6370 RETURN_DISPATCH(AreProgramsResidentNV, (n, ids, residences), (F, "glAreProgramsResidentNV(%d, %p, %p);\n", n, (const void *) ids, (const void *) residences));
8021 KEYWORD1 GLboolean KEYWORD2 NAME(AreTexturesResidentEXT)(GLsizei n, const GLuint * textures, GLboolean * residences) argument
8023 (void) n; (void) textures; (void) residences;
[all...]

Completed in 391 milliseconds