HomeSort by relevance Sort by last modified time
    Searched defs:colorSamples (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/vk/
GrVkCaps.cpp 101 VkSampleCountFlags colorSamples = properties.limits.framebufferColorSampleCounts;
104 fMaxColorSampleCount = get_max_sample_count(colorSamples);
GrVkRenderTarget.cpp 243 int colorSamples = this->numColorSamples();
247 desc->fColor.fSamples = colorSamples ? colorSamples : 1;
250 if (colorSamples > 0) {
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 300 VkSampleCountFlagBits colorSamples;
314 colorAttachmentDesc.samples = renderPassParameters.colorSamples;
742 renderPassParameters.colorSamples = VK_SAMPLE_COUNT_1_BIT;
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 233 milliseconds