Home
last modified time | relevance | path

Searched refs:fixedsamplelocations (Results 1 - 25 of 65) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp121 const glw::GLboolean fixedsamplelocations = GL_FALSE; in iterate() local
162 fixedsamplelocations); in iterate()
179 fixedsamplelocations); in iterate()
262 1 /* height */, GL_TRUE /* fixedsamplelocations */); in iterate()
280 gl_max_texture_size_value, GL_TRUE /* fixedsamplelocations */); in iterate()
302 GL_TRUE); /* fixedsamplelocations */ in iterate()
314 GL_TRUE); /* fixedsamplelocations */ in iterate()
326 GL_TRUE); /* fixedsamplelocations */ in iterate()
339 GL_TRUE); /* fixedsamplelocations */ in iterate()
363 GL_TRUE /* fixedsamplelocations */); in iterate()
477 const glw::GLboolean fixedsamplelocations = GL_TRUE; iterate() local
621 const glw::GLboolean fixedsamplelocations = GL_TRUE; iterate() local
806 glw::GLboolean fixedsamplelocations = fixedsamplelocations_list[fixedsamplelocations_index]; iterate() local
956 glw::GLboolean fixedsamplelocations = fixedsamplelocations_list[fixedsamplelocations_index]; iterate() local
1095 glw::GLboolean fixedsamplelocations = fixedsamplelocations_list[fixedsamplelocations_index]; iterate() local
1266 glw::GLboolean fixedsamplelocations = fixedsamplelocations_values[n_fixedsamplelocations_value]; iterate() local
[all...]
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp54 glw::GLboolean fixedsamplelocations; member
89 , fixedsamplelocations(GL_FALSE) in texture_properties()
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp250 texture_2d_multisample_properties.fixedsamplelocations = GL_FALSE; in iterate()
292 texture_2d_multisample_array_properties.fixedsamplelocations = GL_TRUE; in iterate()
438 texture_ptr->fixedsamplelocations); in iterate()
467 texture_ptr->fixedsamplelocations); in iterate()
1040 GL_FALSE); /* fixedsamplelocations */ in iterate()
1050 GL_FALSE); /* fixedsamplelocations */ in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL32_autogen.h34 GLboolean fixedsamplelocations);
42 GLboolean fixedsamplelocations);
H A DContext_gl_3_autogen.h39 GLsizei width, GLsizei height, GLboolean fixedsamplelocations); \
42 GLboolean fixedsamplelocations); \
H A DvalidationGL3.cpp244 GLboolean fixedsamplelocations) in ValidateTexImage2DMultisample()
257 GLboolean fixedsamplelocations) in ValidateTexImage3DMultisample()
237 ValidateTexImage2DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) ValidateTexImage2DMultisample() argument
249 ValidateTexImage3DMultisample(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexImage3DMultisample() argument
H A DvalidationGL3_autogen.h153 GLboolean fixedsamplelocations);
162 GLboolean fixedsamplelocations);
H A DContext_gles_3_2_autogen.h81 GLboolean fixedsamplelocations);
H A DvalidationGL45_autogen.h508 GLboolean fixedsamplelocations);
523 GLboolean fixedsamplelocations);
H A DContext_gles_3_1_autogen.h122 GLsizei width, GLsizei height, GLboolean fixedsamplelocations); \
H A DvalidationES32_autogen.h278 GLboolean fixedsamplelocations);
H A DvalidationES32.cpp623 GLboolean fixedsamplelocations) in ValidateTexStorage3DMultisample()
615 ValidateTexStorage3DMultisample(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexStorage3DMultisample() argument
H A DvalidationES31_autogen.h383 GLboolean fixedsamplelocations);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureMultisampleTest.cpp66 GLboolean fixedsamplelocations);
201 GLboolean fixedsamplelocations) in texStorageMultisample()
207 fixedsamplelocations); in texStorageMultisample()
212 fixedsamplelocations); in texStorageMultisample()
196 texStorageMultisample(GLenum target, GLint samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) texStorageMultisample() argument
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c6740 GLboolean fixedsamplelocations, in texture_image_multisample()
6849 samples, fixedsamplelocations); in texture_image_multisample()
6883 samples, fixedsamplelocations); in texture_image_multisample()
6923 GLsizei height, GLboolean fixedsamplelocations) in _mesa_TexImage2DMultisample()
6929 fixedsamplelocations, GL_FALSE, 0, in _mesa_TexImage2DMultisample()
6938 GLboolean fixedsamplelocations) in _mesa_TexImage3DMultisample()
6944 fixedsamplelocations, GL_FALSE, 0, in _mesa_TexImage3DMultisample()
6966 GLsizei height, GLboolean fixedsamplelocations) in _mesa_TexStorage2DMultisample()
6975 fixedsamplelocations, GL_TRUE, 0, in _mesa_TexStorage2DMultisample()
6983 GLboolean fixedsamplelocations) in _mesa_TexStorage3DMultisample()
6734 texture_image_multisample(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations, GLboolean immutable, GLuint64 offset, const char *func) texture_image_multisample() argument
6921 _mesa_TexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) _mesa_TexImage2DMultisample() argument
6935 _mesa_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TexImage3DMultisample() argument
6964 _mesa_TexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) _mesa_TexStorage2DMultisample() argument
6980 _mesa_TexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TexStorage3DMultisample() argument
6997 _mesa_TextureStorage2DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) _mesa_TextureStorage2DMultisample() argument
7020 _mesa_TextureStorage3DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TextureStorage3DMultisample() argument
7044 _mesa_TextureStorage2DMultisampleEXT(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) _mesa_TextureStorage2DMultisampleEXT() argument
7067 _mesa_TextureStorage3DMultisampleEXT(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TextureStorage3DMultisampleEXT() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.cpp1291 GLboolean fixedsamplelocations) in GL_TexStorage3DMultisample()
1296 "depth = %d, fixedsamplelocations = %s", in GL_TexStorage3DMultisample()
1299 GLbooleanToString(fixedsamplelocations)); in GL_TexStorage3DMultisample()
1309 depth, fixedsamplelocations)); in GL_TexStorage3DMultisample()
1313 depth, fixedsamplelocations); in GL_TexStorage3DMultisample()
1316 internalformat, width, height, depth, fixedsamplelocations); in GL_TexStorage3DMultisample()
1285 GL_TexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexStorage3DMultisample() argument
H A Dentry_points_gles_3_2_autogen.h169 GLboolean fixedsamplelocations);
H A Dentry_points_gles_3_1_autogen.cpp1897 GLboolean fixedsamplelocations) in GL_TexStorage2DMultisample()
1902 "fixedsamplelocations = %s", in GL_TexStorage2DMultisample()
1905 GLbooleanToString(fixedsamplelocations)); in GL_TexStorage2DMultisample()
1914 samples, internalformat, width, height, fixedsamplelocations)); in GL_TexStorage2DMultisample()
1918 fixedsamplelocations); in GL_TexStorage2DMultisample()
1921 internalformat, width, height, fixedsamplelocations); in GL_TexStorage2DMultisample()
1892 GL_TexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) GL_TexStorage2DMultisample() argument
H A Dentry_points_gles_3_1_autogen.h217 GLboolean fixedsamplelocations);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.h270 GLboolean fixedsamplelocations);
277 GLboolean fixedsamplelocations);
H A Dentry_points_gl_3_autogen.cpp3188 GLboolean fixedsamplelocations) in GL_TexImage2DMultisample()
3193 "fixedsamplelocations = %s", in GL_TexImage2DMultisample()
3196 GLbooleanToString(fixedsamplelocations)); in GL_TexImage2DMultisample()
3204 samples, internalformat, width, height, fixedsamplelocations)); in GL_TexImage2DMultisample()
3208 fixedsamplelocations); in GL_TexImage2DMultisample()
3211 width, height, fixedsamplelocations); in GL_TexImage2DMultisample()
3225 GLboolean fixedsamplelocations) in GL_TexImage3DMultisample()
3230 "depth = %d, fixedsamplelocations = %s", in GL_TexImage3DMultisample()
3233 GLbooleanToString(fixedsamplelocations)); in GL_TexImage3DMultisample()
3242 fixedsamplelocations)); in GL_TexImage3DMultisample()
3183 GL_TexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) GL_TexImage2DMultisample() argument
3219 GL_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexImage3DMultisample() argument
[all...]
H A Dentry_points_gl_4_autogen.h602 GLboolean fixedsamplelocations);
609 GLboolean fixedsamplelocations);
1060 GLboolean fixedsamplelocations);
1073 GLboolean fixedsamplelocations);
H A DlibGL_autogen.cpp3703 GLboolean fixedsamplelocations) in glTexImage2DMultisample()
3706 fixedsamplelocations); in glTexImage2DMultisample()
3715 GLboolean fixedsamplelocations) in glTexImage3DMultisample()
3718 fixedsamplelocations); in glTexImage3DMultisample()
5284 GLboolean fixedsamplelocations) in glTexStorage2DMultisample()
5287 fixedsamplelocations); in glTexStorage2DMultisample()
5296 GLboolean fixedsamplelocations) in glTexStorage3DMultisample()
5299 fixedsamplelocations); in glTexStorage3DMultisample()
6160 GLboolean fixedsamplelocations) in glTextureStorage2DMultisample()
6163 fixedsamplelocations); in glTextureStorage2DMultisample()
3698 glTexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexImage2DMultisample() argument
3709 glTexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexImage3DMultisample() argument
5279 glTexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexStorage2DMultisample() argument
5290 glTexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexStorage3DMultisample() argument
6155 glTextureStorage2DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTextureStorage2DMultisample() argument
6176 glTextureStorage3DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTextureStorage3DMultisample() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp2430 GLboolean fixedsamplelocations) in glTexImage2DMultisampleNULL()
2451 GLboolean fixedsamplelocations) in glTexImage3DMultisampleNULL()
2486 GLboolean fixedsamplelocations) in glTexStorage2DMultisampleNULL()
2503 GLboolean fixedsamplelocations) in glTexStorage3DMultisampleNULL()
2631 GLboolean fixedsamplelocations) in glTextureStorage2DMultisampleNULL()
2648 GLboolean fixedsamplelocations) in glTextureStorage3DMultisampleNULL()
2425 glTexImage2DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexImage2DMultisampleNULL() argument
2445 glTexImage3DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexImage3DMultisampleNULL() argument
2481 glTexStorage2DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexStorage2DMultisampleNULL() argument
2497 glTexStorage3DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexStorage3DMultisampleNULL() argument
2626 glTextureStorage2DMultisampleNULL(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTextureStorage2DMultisampleNULL() argument
2642 glTextureStorage3DMultisampleNULL(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTextureStorage3DMultisampleNULL() argument
H A Dnull_functions.h1543 GLboolean fixedsamplelocations);
1560 GLboolean fixedsamplelocations);
1581 GLboolean fixedsamplelocations);
1594 GLboolean fixedsamplelocations);
1689 GLboolean fixedsamplelocations);
1702 GLboolean fixedsamplelocations);

Completed in 70 milliseconds

123