Searched refs:glRasterSamplesEXT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 707 #undef glRasterSamplesEXT
|
D | gles_redefine.h | 708 #define glRasterSamplesEXT wrap_glRasterSamplesEXT macro
|
D | gles_stubs.in | 1426 void API_ENTRY(glRasterSamplesEXT)(GLuint samples, GLboolean fixedsamplelocations) { 1427 CALL_GL_API(glRasterSamplesEXT, samples, fixedsamplelocations);
|
D | gles_decls.in | 476 GL_ENTRY(void, glRasterSamplesEXT, GLuint samples, GLboolean fixedsamplelocations)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 550 void API_ENTRY(glRasterSamplesEXT)(GLuint samples, GLboolean fixedsamplelocations) { 551 CALL_GL_API(glRasterSamplesEXT, samples, fixedsamplelocations);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 772 GL_ENTRY(void, glRasterSamplesEXT, GLuint samples, GLboolean fixedsamplelocations)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1654 GL_APICALL void GL_APIENTRY glRasterSamplesEXT (GLuint samples, GLboolean fixedsamplelocations);
|