OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glBlendEquation
(Results
26 - 50
of
207
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec
9
void
glBlendEquation
( GLenum mode )
/external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp
606
glBlendEquation
(GL_FUNC_ADD);
es2fMultisampleTests.cpp
628
GLU_CHECK_CALL(
glBlendEquation
(GL_FUNC_ADD));
[
all
...]
/external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp
143
ctx.
glBlendEquation
(-1);
485
{blend_equation, "blend_equation", "Invalid
glBlendEquation
() usage" },
es31fAdvancedBlendTests.cpp
676
gl.
glBlendEquation
(m_equations[ndx]);
677
GLU_EXPECT_NO_ERROR(gl.glGetError(), "
glBlendEquation
");
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java
440
public void
glBlendEquation
(int mode);
/frameworks/base/libs/hwui/debug/
nullgles.cpp
173
void
glBlendEquation
(GLenum mode) {}
unwrap_gles.h
58
#undef
glBlendEquation
wrap_gles.h
58
#define
glBlendEquation
wrap_glBlendEquation
[
all
...]
/external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl
26
gl->blendEquation = &
glBlendEquation
;
/external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp
17
void
glBlendEquation
(GLenum mode);
274
void
glBlendEquation
(GLenum mode)
277
ctx->
glBlendEquation
(ctx, mode);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp
791
GLU_CHECK_CALL(
glBlendEquation
(GL_FUNC_ADD));
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL30Profiler.java
400
public void
glBlendEquation
(int mode) {
402
gl30.
glBlendEquation
(mode);
[
all
...]