HomeSort by relevance Sort by last modified time
    Searched refs:BlendEquation (Results 1 - 17 of 17) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
sglrReferenceUtils.cpp 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation)
  /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)
es31fDrawBuffersIndexedTests.cpp 207 gl.blendEquation(blendEq.get<BlendEq>());
598 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>());
    [all...]
  /external/skia/include/gpu/
GrBlend.h 182 template<GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
184 (kAdd_GrBlendEquation != BlendEquation && kReverseSubtract_GrBlendEquation != BlendEquation) ||
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 117 enum BlendEquation
198 BlendEquation equation;
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 74 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
77 (GR_BLEND_MODIFIES_DST(BlendEquation, SrcCoeff, DstCoeff) ?
89 GR_BLEND_CAN_TWEAK_ALPHA_FOR_COVERAGE(BlendEquation, SrcCoeff, DstCoeff) ?
    [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 110 GET_PROC(BlendEquation);
112 GET_PROC_SUFFIX(BlendEquation, EXT);
561 GET_PROC(BlendEquation);
    [all...]
GrGLGpu.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp)
vktPipelineReferenceRenderer.hpp 333 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp     [all...]
gl_core_3_1.hpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 903 { "glBlendEquation", _O(BlendEquation) },
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 125 #define glBlendEquation MANGLE(BlendEquation)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 117 #define glBlendEquation MANGLE(BlendEquation)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 125 #define glBlendEquation MANGLE(BlendEquation)
    [all...]

Completed in 390 milliseconds