/third_party/mesa3d/src/glx/ |
H A D | single2.c | 839 * how we handle writing into the 'residences' buffer when n%4!=0. 844 GLboolean * residences) in __indirect_glAreTexturesResident() 858 (void) memcpy(residences, xcb_glx_are_textures_resident_data(reply), in __indirect_glAreTexturesResident() 870 * how we handle writing into the 'residences' buffer when n%4!=0. 875 GLboolean * residences) in glAreTexturesResidentEXT() 884 return p(n, textures, residences); in glAreTexturesResidentEXT() 902 memcpy(residences, res4, n); in glAreTexturesResidentEXT() 906 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE); in glAreTexturesResidentEXT() 843 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences) __indirect_glAreTexturesResident() argument 874 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences) glAreTexturesResidentEXT() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL11_autogen.h | 23 const GLboolean *residences);
|
H A D | Context_gl_1_autogen.h | 252 GLboolean areTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences); \
|
H A D | validationGL1.cpp | 1659 const GLboolean *residences) in ValidateAreTexturesResident() 1655 ValidateAreTexturesResident(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const GLuint *textures, const GLboolean *residences) ValidateAreTexturesResident() argument
|
H A D | validationGL1_autogen.h | 791 const GLboolean *residences);
|
H A D | Context_gl.cpp | 1884 GLboolean Context::areTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) in areTexturesResident() argument
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 1514 GLboolean *residences) in glAreTexturesResidentEXT() 1518 (void) residences; in glAreTexturesResidentEXT() 1513 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, GLboolean *residences) glAreTexturesResidentEXT() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.c | 2019 * \param residences array which will hold the residence status. 2022 * residences is left unchanged, 2028 GLboolean *residences) in _mesa_AreTexturesResident() 2043 if (!texName || !residences) in _mesa_AreTexturesResident() 2027 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, GLboolean *residences) _mesa_AreTexturesResident() argument
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | gldrv.h | 359 GLboolean (APIENTRY *glAreTexturesResident )(GLsizei n, const GLuint *textures, GLboolean *residences);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.h | 417 GLboolean *residences);
|
H A D | entry_points_gl_1_autogen.cpp | 7334 GLboolean *residences) in GL_AreTexturesResident() 7338 "context = %d, n = %d, textures = 0x%016" PRIxPTR ", residences = 0x%016" PRIxPTR "", in GL_AreTexturesResident() 7339 CID(context), n, (uintptr_t)textures, (uintptr_t)residences); in GL_AreTexturesResident() 7348 textures, residences)); in GL_AreTexturesResident() 7351 returnValue = context->areTexturesResident(n, textures, residences); in GL_AreTexturesResident() 7358 ANGLE_CAPTURE(AreTexturesResident, isCallValid, context, n, textures, residences, in GL_AreTexturesResident() 7332 GL_AreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) GL_AreTexturesResident() argument
|
H A D | libGL_autogen.cpp | 1610 GLboolean *residences) in glAreTexturesResident() 1612 return GL_AreTexturesResident(n, textures, residences); in glAreTexturesResident() 1608 glAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) glAreTexturesResident() argument
|
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 383 void __indirect_glAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) { } in __indirect_glAreTexturesResident() argument 616 void __indirect_glAreProgramsResidentNV(GLsizei n, const GLuint *programs, GLboolean *residences) { } in __indirect_glAreProgramsResidentNV() argument
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1312 GLboolean *residences );
|
H A D | glext.h | 8506 typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n, const GLuint *textures, GLboolean *residences); 8513 GLAPI GLboolean APIENTRY glAreTexturesResidentEXT (GLsizei n, const GLuint *textures, GLboolean *residences); 11588 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences); 11653 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 8548 typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n, const GLuint *textures, GLboolean *residences); 8555 GLAPI GLboolean APIENTRY glAreTexturesResidentEXT (GLsizei n, const GLuint *textures, GLboolean *residences); 11712 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences); 11777 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 8471 typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n, const GLuint *textures, GLboolean *residences); 8478 GLAPI GLboolean APIENTRY glAreTexturesResidentEXT (GLsizei n, const GLuint *textures, GLboolean *residences); 11327 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences); 11392 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 8470 typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n, const GLuint *textures, GLboolean *residences); 8477 GLAPI GLboolean APIENTRY glAreTexturesResidentEXT (GLsizei n, const GLuint *textures, GLboolean *residences); 11326 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences); 11391 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1914 typedef GLboolean (GLAD_API_PTR *PFNGLARETEXTURESRESIDENTPROC)(GLsizei n, const GLuint * textures, GLboolean * residences);
|