HomeSort by relevance Sort by last modified time
    Searched refs:blendFunc (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 14 gl->blendFunc = &glBlendFunc;
glwInitES20.inl 14 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
glwInitES30Direct.inl 14 gl->blendFunc = &glBlendFunc;
glwFunctions.inl 31 glBlendFuncFunc blendFunc;
glwInitES30.inl 14 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
glwInitES31.inl 14 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
glwInitGL30.inl 29 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 211 gl.blendFunc(GL_ONE, GL_ONE);
es2pStateChangeTests.cpp 637 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
639 gl.blendFunc(GL_ONE, GL_ONE);
    [all...]
es2pStateChangeCallTests.cpp 416 blendFunc,
es2pTextureUploadTests.cpp 193 gl.blendFunc (GL_ONE, GL_ONE);
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 238 gl.blendFunc(GL_ONE, GL_ONE);
es3pStateChangeTests.cpp 721 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
723 gl.blendFunc(GL_ONE, GL_ONE);
    [all...]
es3pStateChangeCallTests.cpp 451 blendFunc,
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 14 dst->blendFunc = src.blendFunc;
gluStateReset.cpp 272 gl.blendFunc (GL_ONE, GL_ZERO);
814 gl.blendFunc (GL_ONE, GL_ZERO);
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
sglrContextWrapper.cpp 331 m_curCtx->blendFunc(src, dst);
sglrGLContext.hpp 140 virtual void blendFunc (deUint32 src, deUint32 dst);
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 239 gl.blendFunc(GL_ONE, GL_ONE);
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 410 m_context->blendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 79 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) { }
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 248 gl.blendFunc(GL_ONE, GL_ONE);
  /frameworks/native/opengl/libagl/
state.cpp 561 c->rasterizer.procs.blendFunc(c, sfactor, dfactor);

Completed in 2180 milliseconds

1 2 3