/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 14 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations )
|
D | GLES31.spec | 59 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 408 boolean fixedsamplelocations in glTexStorage3DMultisampleOES() argument
|
D | GLES31.java | 992 boolean fixedsamplelocations in glTexStorage2DMultisample() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 713 …samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) { in android_glTexStorage3DMultisampleOES__IIIIIIZ() argument 721 (GLboolean)fixedsamplelocations in android_glTexStorage3DMultisampleOES__IIIIIIZ()
|
D | android_opengl_GLES31.cpp | 2887 …arget, jint samples, jint internalformat, jint width, jint height, jboolean fixedsamplelocations) { in android_glTexStorage2DMultisample__IIIIIZ() argument 2894 (GLboolean)fixedsamplelocations in android_glTexStorage2DMultisample__IIIIIZ()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 79 …num internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) { 80 …rage3DMultisampleOES, target, samples, internalformat, width, height, depth, fixedsamplelocations);
|
D | gl2_api.in | 913 …ei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) { 914 …I(glTexStorage2DMultisample, target, samples, internalformat, width, height, fixedsamplelocations);
|
/frameworks/native/opengl/libs/ |
D | trace.in | 637 …fixedsamplelocations), (target, samples, internalformat, width, height, fixedsamplelocations), 6, … 640 …fixedsamplelocations), (target, samples, internalformat, width, height, depth, fixedsamplelocation…
|
D | entries.in | 637 …izei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) 640 …Lenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 431 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); 433 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 328 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); 367 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
|
D | gltrace_api.cpp | 13012 …ei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) { in GLTrace_glTexStorage2DMultisample() argument 13052 arg_fixedsamplelocations->add_boolvalue(fixedsamplelocations); in GLTrace_glTexStorage2DMultisample() 13057 …gl.glTexStorage2DMultisample(target, samples, internalformat, width, height, fixedsamplelocations); in GLTrace_glTexStorage2DMultisample() 14802 …num internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) { in GLTrace_glTexStorage3DMultisampleOES() argument 14848 arg_fixedsamplelocations->add_boolvalue(fixedsamplelocations); in GLTrace_glTexStorage3DMultisampleOES() 14853 …orage3DMultisampleOES(target, samples, internalformat, width, height, depth, fixedsamplelocations); in GLTrace_glTexStorage3DMultisampleOES()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1168 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
|