Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec14 …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
DGLES31.java992 boolean fixedsamplelocations in glTexStorage2DMultisample() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp713 …samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) { in android_glTexStorage3DMultisampleOES__IIIIIIZ() argument
721 (GLboolean)fixedsamplelocations in android_glTexStorage3DMultisampleOES__IIIIIIZ()
Dandroid_opengl_GLES31.cpp2887 …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/
Dgl2ext_api.in79 …num internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) {
80 …rage3DMultisampleOES, target, samples, internalformat, width, height, depth, fixedsamplelocations);
Dgl2_api.in913 …ei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) {
914 …I(glTexStorage2DMultisample, target, samples, internalformat, width, height, fixedsamplelocations);
/frameworks/native/opengl/libs/
Dtrace.in637fixedsamplelocations), (target, samples, internalformat, width, height, fixedsamplelocations), 6, …
640fixedsamplelocations), (target, samples, internalformat, width, height, depth, fixedsamplelocation…
Dentries.in637 …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/
Dgl2ext.h431 …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/
Dgltrace_api.h328 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
367 …enum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
Dgltrace_api.cpp13012 …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/
Dgl31.h1168 …zei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);