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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.c 56 IMPORT_FUNC_GL(glBlendFunc);
importgl.h 62 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor));
113 #define glBlendFunc FNPTR(glBlendFunc)
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 169 ES2F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage",
172 glBlendFunc(-1, GL_ONE);
174 glBlendFunc(GL_ONE, -1);
  /cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 114 glBlendFunc(GL_ONE, GL_ONE);
  /external/autotest/client/deps/glbench/src/
fillratetest.cc 88 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
180 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
testbase.cc 199 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
windowmanagercompositingtest.cc 285 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /external/mesa3d/src/mapi/es1api/
ABI-check 18 glBlendFunc
  /frameworks/native/cmds/flatland/
Composers.cpp 219 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
266 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 53 {"glBlendFunc", (void*)glBlendFunc},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 62 {"glBlendFunc", (void *)glBlendFunc},
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 135 glBlendFunc(srcMode, dstMode);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 75 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/rs/driver/
rsdProgramStore.cpp 165 RSD_CALL_GL(glBlendFunc, drv->blendSrc, drv->blendDst);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 158 ES3F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage",
161 glBlendFunc(-1, GL_ONE);
163 glBlendFunc(GL_ONE, -1);
es3fFboInvalidateTests.cpp 190 glBlendFunc (GL_ONE, GL_ONE);
284 glBlendFunc (GL_ONE, GL_ONE);
339 glBlendFunc (GL_ONE, GL_ONE);
429 glBlendFunc (GL_ONE, GL_ONE);
539 glBlendFunc (GL_ONE, GL_ONE);
793 glBlendFunc (GL_ONE, GL_ONE);
    [all...]
  /external/mesa3d/src/mapi/es2api/
ABI-check 27 glBlendFunc
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 16 gl->blendFunc = &glBlendFunc;
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 227 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
256 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /cts/tests/openglperf2/jni/reference/scene/flocking/
FlockingScene.cpp 189 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 161 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 21 {"glBlendFunc", (void*)glBlendFunc},
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 37 } else if (0 == strcmp("glBlendFunc", name)) {
38 return (GrGLFuncPtr) glBlendFunc;

Completed in 448 milliseconds

1 2 3 4 5 6 7 8 91011>>