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

1 2 3 4 5 6 7

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 147 ES2F_ADD_API_CASE(blend_equation_separate, "Invalid glBlendEquationSeparate() usage",
150 glBlendEquationSeparate(-1, GL_FUNC_ADD);
152 glBlendEquationSeparate(GL_FUNC_ADD, -1);
es2fBlendTests.cpp 229 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha));
es2fRandomFragmentOpTests.cpp 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 20 {"glBlendEquationSeparate", (void*)glBlendEquationSeparate},
gl2_client_context.h 20 glBlendEquationSeparate_client_proc_t glBlendEquationSeparate;
gl2_client_context.cpp 22 glBlendEquationSeparate = (glBlendEquationSeparate_client_proc_t) getProc("glBlendEquationSeparate", userData);
gl2_entry.cpp 18 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
280 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
283 ctx->glBlendEquationSeparate(ctx, modeRGB, modeAlpha);
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 13 { "glBlendEquationSeparate", (deFunctionPtr)glBlendEquationSeparate },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 147 ES3F_ADD_API_CASE(blend_equation_separate, "Invalid glBlendEquationSeparate() usage",
150 glBlendEquationSeparate(-1, GL_FUNC_ADD);
154 glBlendEquationSeparate(GL_FUNC_ADD, -1);
es3fBlendTests.cpp 282 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha));
es3fRandomFragmentOpTests.cpp 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 13 gl->blendEquationSeparate = &glBlendEquationSeparate;
glwInitES30Direct.inl 13 gl->blendEquationSeparate = &glBlendEquationSeparate;
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 149 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD);
153 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1);
392 {blend_equation_separate, "blend_equation_separate", "Invalid glBlendEquationSeparate() usage"},
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 129 void glBlendEquationSeparate(
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 25 #define glBlendEquationSeparate GLES2_GET_FUN(BlendEquationSeparate)
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 31 #define glBlendEquationSeparate glBlendEquationSeparateOES
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 374 glBlendEquationSeparate(blend_equation_rgb_, blend_equation_alpha_);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 324 void ContextWrapper::glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha)
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 191 glBlendEquationSeparate(blend_equation_rgb, blend_equation_alpha);
313 glBlendEquationSeparate(blend_equation_rgb, blend_equation_alpha);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 43 glBlendEquationSeparate = 17;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 10 void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha )
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 499 #define glBlendEquationSeparate GLES2_GET_FUN(BlendEquationSeparate)
648 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 77 void (GLAPIENTRY *GLDispatch::glBlendEquationSeparate)(GLenum,GLenum) = NULL;
312 LOAD_GL_FUNC(glBlendEquationSeparate);

Completed in 521 milliseconds

1 2 3 4 5 6 7