Home
last modified time | relevance | path

Searched refs:glValue (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp311 GLenum glValue; in init() member
357 if (dst.glValue == GL_SRC_ALPHA_SATURATE) // SRC_ALPHA_SATURATE is only valid for src func. in init()
362 "Equations " + getBlendEquationName(eq.glValue) + in init()
363 ", src funcs " + getBlendFactorName(src.glValue) + in init()
364 ", dst funcs " + getBlendFactorName(dst.glValue); in init()
367 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, ds in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp368 GLenum glValue; in init() member
422 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors. in init()
427 "Equations " + getBlendEquationName(eq.glValue) + in init()
428 ", src funcs " + getBlendFactorName(src.glValue) + in init()
429 ", dst funcs " + getBlendFactorName(dst.glValue); in init()
431 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX) in init()
435 paramSets.push_back(BlendParams(eq.glValue, src.glValue, ds in init()
[all...]

Completed in 2 milliseconds