Home
last modified time | relevance | path

Searched defs:blendEquations (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp79 …static const uint32_t blendEquations[] = {GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,… in computeRandomRenderState() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp934 …const uint32_t blendEquations[] = {GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN… in iterate() local
1071 …const uint32_t blendEquations[] = {GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN… in iterate() local
H A Des3fBlendTests.cpp376 static const EnumGL blendEquations[] = {{GL_FUNC_ADD, "add"}, in init() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp311 static const EnumGL blendEquations[] = { in init() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp1197 …const uint32_t blendEquations[] = {GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN… in iterate() local
1334 …const uint32_t blendEquations[] = {GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN… in iterate() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dlocalintermediate.h1221 int blendEquations; // an 'or'ing of masks of shifts of TBlendEquationShift variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1203 int blendEquations; // an 'or'ing of masks of shifts of TBlendEquationShift variable
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1896 std::vector<VkColorBlendEquationEXT> blendEquations; member