/third_party/mesa3d/src/mesa/main/ |
D | externalobjects.c | 321 GLsizei depth, GLboolean fixedSampleLocations, in texstorage_memory_ms() argument 344 fixedSampleLocations, offset, func); in texstorage_memory_ms() 382 GLsizei depth, GLboolean fixedSampleLocations, in texturestorage_memory_ms() argument 405 depth, fixedSampleLocations, offset, func); in texturestorage_memory_ms() 427 GLboolean fixedSampleLocations, in _mesa_TexStorageMem2DMultisampleEXT() argument 432 fixedSampleLocations, memory, offset, in _mesa_TexStorageMem2DMultisampleEXT() 457 GLboolean fixedSampleLocations, in _mesa_TexStorageMem3DMultisampleEXT() argument 462 depth, fixedSampleLocations, memory, offset, in _mesa_TexStorageMem3DMultisampleEXT() 485 GLboolean fixedSampleLocations, in _mesa_TextureStorageMem2DMultisampleEXT() argument 490 1, fixedSampleLocations, memory, offset, in _mesa_TextureStorageMem2DMultisampleEXT() [all …]
|
D | externalobjects.h | 133 GLboolean fixedSampleLocations, 154 GLboolean fixedSampleLocations, 173 GLboolean fixedSampleLocations, 194 GLboolean fixedSampleLocations,
|
D | textureview.c | 310 GLuint numSamples, GLboolean fixedSampleLocations) in initialize_texture_fields() argument 335 numSamples, fixedSampleLocations); in initialize_texture_fields()
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_multisample.txt | 64 boolean fixedSampleLocations); 70 boolean fixedSampleLocations); 75 boolean fixedSampleLocations); 80 boolean fixedSampleLocations); 86 boolean fixedSampleLocations); 92 boolean fixedSampleLocations); 168 boolean fixedSampleLocations); 174 boolean fixedSampleLocations); 241 boolean fixedSampleLocations); 246 boolean fixedSampleLocations); [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_multisample.txt | 64 boolean fixedSampleLocations); 70 boolean fixedSampleLocations); 75 boolean fixedSampleLocations); 80 boolean fixedSampleLocations); 86 boolean fixedSampleLocations); 92 boolean fixedSampleLocations); 168 boolean fixedSampleLocations); 174 boolean fixedSampleLocations); 241 boolean fixedSampleLocations); 246 boolean fixedSampleLocations); [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 543 GLint samples, GLboolean fixedSampleLocations); 563 GLboolean fixedSampleLocations) in SampleShadingPositionCase() argument 567 , m_fixedSampleLocations(fixedSampleLocations) in SampleShadingPositionCase() 775 std::set<tcu::Vec4> fixedSampleLocations; in iterate() local 781 fixedSampleLocations.insert(pixel); in iterate() 809 if (fixedSampleLocations != uniquePixels) in iterate() 927 GLboolean fixedSampleLocations; in init() member 939 fixed[j].fixedSampleLocations)); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSampleVariablesTests.cpp | 545 GLint samples, GLboolean fixedSampleLocations); 565 GLboolean fixedSampleLocations) in SampleShadingPositionCase() argument 569 , m_fixedSampleLocations(fixedSampleLocations) in SampleShadingPositionCase() 774 std::set<tcu::Vec4> fixedSampleLocations; in iterate() local 780 fixedSampleLocations.insert(pixel); in iterate() 808 if (fixedSampleLocations != uniquePixels) in iterate() 929 GLboolean fixedSampleLocations; in init() member 941 fixed[j].fixedSampleLocations)); in init()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_external_objects_flags.txt | 69 boolean fixedSampleLocations, 94 boolean fixedSampleLocations, 119 boolean fixedSampleLocations, 144 boolean fixedSampleLocations,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Texture.h | 60 const bool fixedSampleLocations, 71 bool fixedSampleLocations; member 173 bool fixedSampleLocations, 389 bool fixedSampleLocations);
|
D | Framebuffer.cpp | 147 Optional<bool> *fixedSampleLocations) in CheckAttachmentSampleCompleteness() argument 158 if (fixedSampleLocations->valid() && fixedSampleloc != fixedSampleLocations->value()) in CheckAttachmentSampleCompleteness() 164 *fixedSampleLocations = fixedSampleloc; in CheckAttachmentSampleCompleteness() 1011 Optional<bool> fixedSampleLocations; in checkStatusWithGLFrontEnd() local 1035 &fixedSampleLocations)) in checkStatusWithGLFrontEnd() 1112 &fixedSampleLocations)) in checkStatusWithGLFrontEnd() 1157 &fixedSampleLocations)) in checkStatusWithGLFrontEnd() 1248 if (fixedSampleLocations.valid() && hasRenderbuffer && !fixedSampleLocations.value()) in checkStatusWithGLFrontEnd()
|
D | Texture.cpp | 504 : size(size), format(format), samples(0), fixedSampleLocations(GL_TRUE), initState(initState) in ImageDesc() 510 const bool fixedSampleLocations, in ImageDesc() argument 515 fixedSampleLocations(fixedSampleLocations), in ImageDesc() 597 bool fixedSampleLocations, in setImageDescChainMultisample() argument 601 ImageDesc levelInfo(baseSize, format, samples, fixedSampleLocations, initState); in setImageDescChainMultisample() 942 return mState.getImageDesc(target, level).fixedSampleLocations; in getFixedSampleLocations() 1322 bool fixedSampleLocations) in setStorageMultisample() argument 1331 fixedSampleLocations)); in setStorageMultisample() 1336 mState.setImageDescChainMultisample(size, Format(internalFormat), samples, fixedSampleLocations, in setStorageMultisample()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 208 Optional<bool> *fixedSampleLocations, in CheckAttachmentSampleCompleteness() argument 228 if (fixedSampleLocations->valid() && fixedSampleloc != fixedSampleLocations->value()) in CheckAttachmentSampleCompleteness() 236 *fixedSampleLocations = fixedSampleloc; in CheckAttachmentSampleCompleteness() 1225 Optional<bool> fixedSampleLocations; in checkStatusWithGLFrontEnd() local 1255 &fixedSampleLocations, &renderToTextureSamples); in checkStatusWithGLFrontEnd() 1346 &fixedSampleLocations, &renderToTextureSamples); in checkStatusWithGLFrontEnd() 1401 &fixedSampleLocations, &renderToTextureSamples); in checkStatusWithGLFrontEnd() 1512 if (fixedSampleLocations.valid() && hasRenderbuffer && !fixedSampleLocations.value()) in checkStatusWithGLFrontEnd()
|
D | Texture.h | 68 const bool fixedSampleLocations, 79 bool fixedSampleLocations; member 202 bool fixedSampleLocations, 480 bool fixedSampleLocations);
|
D | Texture.cpp | 608 : size(size), format(format), samples(0), fixedSampleLocations(GL_TRUE), initState(initState) in ImageDesc() 614 const bool fixedSampleLocations, in ImageDesc() argument 619 fixedSampleLocations(fixedSampleLocations), in ImageDesc() 722 bool fixedSampleLocations, in setImageDescChainMultisample() argument 726 ImageDesc levelInfo(baseSize, format, samples, fixedSampleLocations, initState); in setImageDescChainMultisample() 1129 return mState.getImageDesc(target, level).fixedSampleLocations; in getFixedSampleLocations() 1629 bool fixedSampleLocations) in setStorageMultisample() argument 1647 mState.setImageDescChainMultisample(size, Format(internalFormat), samples, fixedSampleLocations, in setStorageMultisample() 1651 fixedSampleLocations)); in setStorageMultisample()
|
D | Context_gles_ext_autogen.h | 132 GLboolean fixedSampleLocations, MemoryObjectID memoryPacked, \ 139 GLsizei depth, GLboolean fixedSampleLocations, \ 344 GLsizei height, GLboolean fixedSampleLocations, MemoryObjectID memoryPacked, \ 353 GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, \
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RendererD3D.h | 332 bool fixedSampleLocations) = 0; 339 bool fixedSampleLocations) = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | TextureNULL.h | 127 bool fixedSampleLocations) override;
|
D | TextureNULL.cpp | 185 bool fixedSampleLocations) in setStorageMultisample() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RendererD3D.h | 348 bool fixedSampleLocations, 356 bool fixedSampleLocations,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | TextureNULL.h | 160 bool fixedSampleLocations) override;
|
D | TextureNULL.cpp | 224 bool fixedSampleLocations) in setStorageMultisample() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | TextureImpl.h | 149 bool fixedSampleLocations) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.h | 319 bool fixedSampleLocations, 327 bool fixedSampleLocations,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.h | 306 bool fixedSampleLocations) override; 313 bool fixedSampleLocations) override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.h | 331 bool fixedSampleLocations) override; 338 bool fixedSampleLocations) override;
|