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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES10RenderEngine.cpp 52 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
GLES11RenderEngine.cpp 163 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
177 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
GLES20RenderEngine.cpp 135 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
152 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 64 void(APIENTRY*glBlendFunc)(GLenum,GLenum);
86 f->glBlendFunc=get_funcaddr("glBlendFunc");
158 f.glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.cc 52 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /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/suite/cts/deviceTests/opengl/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 108 glBlendFunc(GL_ONE, GL_ONE);
  /frameworks/base/libs/hwui/
RenderState.cpp 131 glBlendFunc(mCaches->lastSrcMode, mCaches->lastDstMode);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 80 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor));
132 #define glBlendFunc FNPTR(glBlendFunc)
importgl.c 123 IMPORT_FUNC(glBlendFunc);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 21 {"glBlendFunc", (void*)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/chromium_org/third_party/angle/samples/angle/particle_system/
ParticleSystem.cpp 185 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
  /external/chromium_org/third_party/angle/tests/angle_tests/
LineLoopTest.cpp 52 glBlendFunc(GL_ONE, GL_ONE);
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 75 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/rs/driver/
rsdProgramStore.cpp 166 RSD_CALL_GL(glBlendFunc, drv->blendSrc, drv->blendDst);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 62 LOAD_GL_FUNC(glBlendFunc);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 14 { "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);
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 14 gl->blendFunc = &glBlendFunc;
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 161 ctx.glBlendFunc(-1, GL_ONE);
163 ctx.glBlendFunc(GL_ONE, -1);
393 {blend_func, "blend_func", "Invalid glBlendFunc() usage" },
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
FlockingScene.cpp 189 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

Completed in 951 milliseconds

1 2 3 4 5 6 7 8 91011>>