HomeSort by relevance Sort by last modified time
    Searched defs:blendEquation (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 555 void GLContext::blendEquation (deUint32 mode)
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 33 virtual GrGLvoid blendEquation(GrGLenum mode) {}
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 33 virtual GrGLvoid blendEquation(GrGLenum mode) {}
    [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...]

Completed in 128 milliseconds