Home
last modified time | relevance | path

Searched refs:fixedsamplelocations (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec14 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations )
DGLES32.spec44 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations )
DGLES31.spec59 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations )
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java408 boolean fixedsamplelocations in glTexStorage3DMultisampleOES() argument
DGLES32.java782 boolean fixedsamplelocations in glTexStorage3DMultisample() argument
DGLES31.java999 boolean fixedsamplelocations in glTexStorage2DMultisample() argument
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in913 …ei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) {
914 …I(glTexStorage2DMultisample, target, samples, internalformat, width, height, fixedsamplelocations);
1072 …num internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) {
1073 …Storage3DMultisample, target, samples, internalformat, width, height, depth, fixedsamplelocations);
Dgl2ext_api.in172 …num internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) {
173 …rage3DMultisampleOES, target, samples, internalformat, width, height, depth, fixedsamplelocations);
436 void API_ENTRY(glRasterSamplesEXT)(GLuint samples, GLboolean fixedsamplelocations) {
437 CALL_GL_API(glRasterSamplesEXT, samples, fixedsamplelocations);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp707 …samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) { in android_glTexStorage3DMultisampleOES__IIIIIIZ() argument
715 (GLboolean)fixedsamplelocations in android_glTexStorage3DMultisampleOES__IIIIIIZ()
Dandroid_opengl_GLES32.cpp1916 …samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) { in android_glTexStorage3DMultisample__IIIIIIZ() argument
1924 (GLboolean)fixedsamplelocations in android_glTexStorage3DMultisample__IIIIIIZ()
Dandroid_opengl_GLES31.cpp2945 …arget, jint samples, jint internalformat, jint width, jint height, jboolean fixedsamplelocations) { in android_glTexStorage2DMultisample__IIIIIZ() argument
2952 (GLboolean)fixedsamplelocations in android_glTexStorage2DMultisample__IIIIIZ()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1442 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
1511 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
1776 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
1821 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
Dgl31.h1442 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
1511 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
/frameworks/native/opengl/libs/
Dentries.in691 GL_ENTRY(void, glRasterSamplesEXT, GLuint samples, GLboolean fixedsamplelocations)
799 …izei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
802 …Lenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
803 …Lenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h711 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
713 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
1446 …def void (GL_APIENTRYP PFNGLRASTERSAMPLESEXTPROC) (GLuint samples, GLboolean fixedsamplelocations);
1448 GL_APICALL void GL_APIENTRY glRasterSamplesEXT (GLuint samples, GLboolean fixedsamplelocations);