Searched refs:fixedsamplelocations (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.h | 230 const BASE_NS::Math::UVec2& extent, bool fixedsamplelocations);
|
H A D | device_gles.cpp | 1681 const Math::UVec2& extent, bool fixedsamplelocations) in TexStorage2DMultisample() argument 1687 fixedsamplelocations); in TexStorage2DMultisample()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | gl32_entries.in | 913 …izei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) 914 …PI(glTexStorage2DMultisample, target, samples, internalformat, width, height, fixedsamplelocations) 1072 …Lenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) 1073 …xStorage3DMultisample, target, samples, internalformat, width, height, depth, fixedsamplelocations)
|
H A D | gl2ext_entries.in | 175 …Lenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) 176 …orage3DMultisampleOES, target, samples, internalformat, width, height, depth, fixedsamplelocations) 562 HOOK_API_ENTRY(void, glRasterSamplesEXT, GLuint samples, GLboolean fixedsamplelocations) 563 CALL_HOOK_API(glRasterSamplesEXT, samples, fixedsamplelocations)
|