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

1 2

  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 169 ctx.glBlendEquationi(0, -1);
173 ctx.glBlendEquationi(-1, GL_FUNC_ADD);
175 ctx.glBlendEquationi(maxDrawBuffers, GL_FUNC_ADD);
486 {blend_equationi, "blend_equationi", "Invalid glBlendEquationi() usage" },
es31fIndexedStateQueryTests.cpp     [all...]
es31fAdvancedBlendTests.cpp 733 gl.glBlendEquationi(2, m_equations[ndx]);
734 GLU_EXPECT_NO_ERROR(gl.glGetError(), "glBlendEquationi");
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES32.spec 16 void glBlendEquationi ( GLuint buf, GLenum mode )
  /frameworks/base/opengl/java/android/opengl/
GLES32.java 415 // C function void glBlendEquationi ( GLuint buf, GLenum mode )
417 public static native void glBlendEquationi(
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl 29 gl->blendEquationi = &glBlendEquationi;
glwApi.inl 40 #define glBlendEquationi glwBlendEquationi
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 65 #undef glBlendEquationi
wrap_gles.h 65 #define glBlendEquationi wrap_glBlendEquationi
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 40 gl->blendEquationi = glBlendEquationi;
    [all...]
tcuNullRenderContextFuncs.inl 262 GLW_APICALL void GLW_APIENTRY glBlendEquationi (GLuint buf, GLenum mode)
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES32.cpp 773 /* void glBlendEquationi ( GLuint buf, GLenum mode ) */
777 glBlendEquationi(
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 123 #define glBlendEquationi MANGLE(BlendEquationi)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 115 #define glBlendEquationi MANGLE(BlendEquationi)
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 123 #define glBlendEquationi MANGLE(BlendEquationi)
    [all...]
glext.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 40 void glBlendEquationi (glw::GLuint buf, glw::GLenum mode);
    [all...]
gluCallLogWrapper.inl 245 void CallLogWrapper::glBlendEquationi (glw::GLuint buf, glw::GLenum mode)
248 m_log << TestLog::Message << "glBlendEquationi(" << buf << ", " << getBlendEquationStr(mode) << ");" << TestLog::EndMessage;
    [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl32.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl32.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]

Completed in 1007 milliseconds

1 2