Home
last modified time | relevance | path

Searched refs:maxClipPlanes (Results 1 – 18 of 18) sorted by relevance

/third_party/glslang/glslang/Include/
DResourceLimits.h54 int maxClipPlanes; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp165 … << "MaxClipPlanes " << DefaultTBuiltInResource.maxClipPlanes << "\n" in GetDefaultTBuiltInResourceString()
309 resources->maxClipPlanes = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h367 GLuint maxClipPlanes = 0; member
DGLES1State.cpp167 mClipPlanes.resize(caps.maxClipPlanes, in initialize()
DCaps.cpp951 caps.maxClipPlanes = 1; in GenerateMinimumCaps()
DvalidationES1.cpp377 if (plane < GL_CLIP_PLANE0 || plane >= GL_CLIP_PLANE0 + context->getCaps().maxClipPlanes) in ValidateClipPlaneCommon()
DContext.cpp2056 *params = mState.mCaps.maxClipPlanes; in getIntegervImpl()
3682 mState.mCaps.maxClipPlanes = 6; in initCaps()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp103 builtin->maxClipPlanes = 6; in getDefaultBuiltInResources()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h737 GLuint maxClipPlanes = 0; member
DGLES1State.cpp165 mClipPlanes.resize(caps.maxClipPlanes, in initialize()
DCaps.cpp904 caps.maxClipPlanes = 1; in GenerateMinimumCaps()
DvalidationES1.cpp351 if (plane < GL_CLIP_PLANE0 || plane >= GL_CLIP_PLANE0 + context->getCaps().maxClipPlanes) in ValidateClipPlaneCommon()
DContext.cpp1827 *params = mState.mCaps.maxClipPlanes; in getIntegervImpl()
3363 mState.mCaps.maxClipPlanes = 6; in initCaps()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp114 builtin->maxClipPlanes = 6; in getDefaultBuiltInResources()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp71 outBuiltInResources->maxClipPlanes = caps.maxClipPlanes; in GetBuiltInResourcesFromCaps()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h368 Resources.maxClipPlanes = 6; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h368 Resources.maxClipPlanes = 6; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7273 … snprintf(builtInConstant, maxSize, "const int gl_MaxClipPlanes = %d;", resources.maxClipPlanes); in add2ndGenerationSamplingImaging()