Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp79 …static const uint32_t blendEquations[] = {GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,… in computeRandomRenderState() local
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp311 static const EnumGL blendEquations[] = { in init() local
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp376 static const EnumGL blendEquations[] = {{GL_FUNC_ADD, "add"}, in init() local
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
/external/deqp/modules/gles31/functional/
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
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1203 int blendEquations; // an 'or'ing of masks of shifts of TBlendEquationShift variable
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dlocalintermediate.h1213 int blendEquations; // an 'or'ing of masks of shifts of TBlendEquationShift variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.cpp1887 std::vector<VkColorBlendEquationEXT> blendEquations; member