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

1 2

  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 259 ctx.glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
261 ctx.glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
263 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
265 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
269 ctx.glBlendFuncSeparatei(-1, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
271 ctx.glBlendFuncSeparatei(maxDrawBuffers, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
492 {blend_func_separatei, "blend_func_separatei", "Invalid glBlendFuncSeparatei() usage" },
es31fIndexedStateQueryTests.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES32.spec 19 void glBlendFuncSeparatei ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
  /frameworks/base/opengl/java/android/opengl/
GLES32.java 438 // C function void glBlendFuncSeparatei ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
440 public static native void glBlendFuncSeparatei(
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl 32 gl->blendFuncSeparatei = &glBlendFuncSeparatei;
glwApi.inl 43 #define glBlendFuncSeparatei glwBlendFuncSeparatei
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 71 #undef glBlendFuncSeparatei
wrap_gles.h 71 #define glBlendFuncSeparatei wrap_glBlendFuncSeparatei
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 43 gl->blendFuncSeparatei = glBlendFuncSeparatei;
    [all...]
tcuNullRenderContextFuncs.inl 285 GLW_APICALL void GLW_APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES32.cpp 805 /* void glBlendFuncSeparatei ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) */
809 glBlendFuncSeparatei(
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 138 #define glBlendFuncSeparatei MANGLE(BlendFuncSeparatei)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 127 #define glBlendFuncSeparatei MANGLE(BlendFuncSeparatei)
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 138 #define glBlendFuncSeparatei MANGLE(BlendFuncSeparatei)
    [all...]
glext.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 43 void glBlendFuncSeparatei (glw::GLuint buf, glw::GLenum srcRGB, glw::GLenum dstRGB, glw::GLenum srcAlpha, glw::GLenum dstAlpha);
    [all...]
gluCallLogWrapper.inl 266 void CallLogWrapper::glBlendFuncSeparatei (glw::GLuint buf, glw::GLenum srcRGB, glw::GLenum dstRGB, glw::GLenum srcAlpha, glw::GLenum dstAlpha)
269 m_log << TestLog::Message << "glBlendFuncSeparatei(" << buf << ", " << toHex(srcRGB) << ", " << toHex(dstRGB) << ", " << toHex(srcAlpha) << ", " << toHex(dstAlpha) << ");" << 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...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]

Completed in 225 milliseconds

1 2