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

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
DecalMaterial.java 29 /** Binds the material's texture to the OpenGL context and changes the glBlendFunc to the values used by it. */
33 Gdx.gl.glBlendFunc(srcBlendFactor, dstBlendFactor);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES10RenderEngine.cpp 69 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
GLES11RenderEngine.cpp 174 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
196 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
GLES20RenderEngine.cpp 140 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
169 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ShapeRendererAlphaTest.java 39 Gdx.gl.glBlendFunc(GL20.GL_SRC_ALPHA, GL20.GL_ONE_MINUS_SRC_ALPHA);
MeshShaderTest.java 73 Gdx.gl20.glBlendFunc(GL20.GL_SRC_ALPHA, GL20.GL_ONE_MINUS_SRC_ALPHA);
TileTest.java 76 Gdx.gl.glBlendFunc(GL20.GL_SRC_ALPHA, GL20.GL_ONE_MINUS_SRC_ALPHA);
IsometricTileTest.java 97 Gdx.gl.glBlendFunc(GL20.GL_SRC_ALPHA, GL20.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/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 114 glBlendFunc(GL_ONE, GL_ONE);
  /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},
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
RenderContext.java 100 Gdx.gl.glBlendFunc(sFactor, dFactor);
  /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);
  /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 134 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 166 RSD_CALL_GL(glBlendFunc, drv->blendSrc, drv->blendDst);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>