HomeSort by relevance Sort by last modified time
    Searched full:blendequation (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/deqp/modules/gles31/functional/
es31fNegativeAdvancedBlendEquationTests.cpp 40 enum BlendEquation
62 static const BlendEquation s_equations[] =
81 std::string getShaderLayoutEquation (BlendEquation equation)
107 glw::GLenum getEquation (BlendEquation equation)
147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation)
165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation)
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
sglrContextWrapper.cpp 321 m_curCtx->blendEquation(mode);
sglrGLContext.hpp 138 virtual void blendEquation (deUint32 mode);
sglrReferenceUtils.cpp 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation)
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 128 enum BlendEquation
209 BlendEquation equation;
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedCoverage.cpp 92 gl.blendEquation(GL_FUNC_ADD);
  /external/deqp/scripts/opengl/
gen_call_log_wrapper.py 67 "glBlendEquation": LogSpec({0: enum("BlendEquation")}),
68 "glBlendEquationSeparate": LogSpec({0: enum("BlendEquation"), 1: enum("BlendEquation")}),
69 "glBlendEquationi": LogSpec({1: enum("BlendEquation")}),
70 "glBlendEquationSeparatei": LogSpec({1: enum("BlendEquation"), 2: enum("BlendEquation")}),
gen_str_util.py 265 ("BlendEquation", [
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 14 gl->blendEquation = &glBlendEquation;
glwInitES20.inl 14 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwFunctions.inl 38 glBlendEquationFunc blendEquation;
    [all...]
glwInitES30Direct.inl 21 gl->blendEquation = &glBlendEquation;
  /external/deqp/external/openglcts/modules/common/
glcBlendEquationAdvancedTests.cpp 709 gl.blendEquation(s.mode);
710 GLU_EXPECT_NO_ERROR(gl.getError(), "BlendEquation failed");
953 gl.blendEquation(m_mode);
954 GLU_EXPECT_NO_ERROR(gl.getError(), "BlendEquation failed");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 25 dst->blendEquation = src.blendEquation;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 101 GET_PROC(BlendEquation);
463 GET_PROC(BlendEquation);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 269 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
vktPipelineReferenceRenderer.cpp 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp)
  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 212 gl.blendEquation(GL_FUNC_ADD);
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
172 GrBlendEquation BlendEquation,
176 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
185 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff)
    [all...]
  /external/skqp/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
172 GrBlendEquation BlendEquation,
176 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
185 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 990 bool blendEquation; // true if any blend equation was specified
1016 blendEquation = false;
1057 if (src.blendEquation)
1058 blendEquation = src.blendEquation;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 239 gl.blendEquation(GL_FUNC_ADD);
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 135 'blendEquation': {1: { 0:true }},
385 ctx.blendEquation(ctx.FUNC_ADD);
  /external/mesa3d/src/mapi/glapi/gen/
static_data.py 365 "BlendEquation": 337,
490 "BlendEquation",
    [all...]

Completed in 7554 milliseconds

1 2 3 4