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

12 3 4

  /external/skqp/src/gpu/gl/
GrGLAssembleInterface.cpp 101 GET_PROC(BlendEquation);
595 GET_PROC(BlendEquation);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 32 void BlendEquation(GLenum mode);
285 return es2::BlendEquation(mode);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedBase.cpp 303 gl.blendEquation(mode);
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 126 virtual void blendEquation (deUint32 mode) = DE_NULL;
  /external/deqp/framework/opengl/wrapper/
glwInitES30.inl 21 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitES31Direct.inl 25 gl->blendEquation = &glBlendEquation;
glwInitES32Direct.inl 26 gl->blendEquation = &glBlendEquation;
glwInitGL30.inl 21 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitES31.inl 25 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitES32.inl 26 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
    [all...]
glwInitGL31.inl 21 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitGL32.inl 21 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitGL33.inl 23 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitGL40.inl 25 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 241 gl.blendEquation(GL_FUNC_ADD);
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 303 blendEquation,
es2pStateChangeTests.cpp 592 gl.blendEquation(GL_FUNC_SUBTRACT);
594 gl.blendEquation(GL_FUNC_ADD);
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 338 blendEquation,
es3pStateChangeTests.cpp 676 gl.blendEquation(GL_FUNC_SUBTRACT);
678 gl.blendEquation(GL_FUNC_ADD);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 101 EMIT_RS( svga, curr->rt[0].blendeq, BLENDEQUATION, fail );
  /external/skia/src/gpu/gl/
GrGLTestInterface.cpp 32 fFunctions.fBlendEquation = bind_to_member(this, &GrGLTestInterface::blendEquation);
  /external/deqp/framework/opengl/
gluStateReset.cpp 367 gl.blendEquation(GL_FUNC_ADD);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 770 _mesa_problem(ctx, "unexpected BlendEquation in blend_general()");
794 _mesa_problem(ctx, "unexpected BlendEquation in blend_general()");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 261 gl.blendEquation(GL_FUNC_ADD);

Completed in 605 milliseconds

12 3 4