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

1 2

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 18 {"glBlendColor", (void*)glBlendColor},
gl2_client_context.h 18 glBlendColor_client_proc_t glBlendColor;
gl2_client_context.cpp 20 glBlendColor = (glBlendColor_client_proc_t) getProc("glBlendColor", userData);
gl2_entry.cpp 16 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
268 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
271 ctx->glBlendColor(ctx, red, green, blue, alpha);
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 11 { "glBlendColor", (deFunctionPtr)glBlendColor },
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 31 } else if (0 == strcmp("glBlendColor", name)) {
32 return (GrGLFuncPtr) glBlendColor;
225 } else if (0 == strcmp("glBlendColor", name)) {
226 return (GrGLFuncPtr) glBlendColor;
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 11 gl->blendColor = &glBlendColor;
glwInitES30Direct.inl 11 gl->blendColor = &glBlendColor;
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 32 functions->fBlendColor = glBlendColor;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 23 #define glBlendColor GLES2_GET_FUN(BlendColor)
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 362 glBlendColor(
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 339 void ContextWrapper::glBlendColor (float red, float green, float blue, float alpha)
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 185 glBlendColor(blend_color_red,
309 glBlendColor(blend_color_red,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 231 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()));
es2fRandomFragmentOpTests.cpp 195 wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.w());
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 284 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()));
es3fRandomFragmentOpTests.cpp 195 wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.w());
es3fFloatStateQueryTests.cpp     [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 497 #define glBlendColor GLES2_GET_FUN(BlendColor)
646 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 68 gl->blendColor = glBlendColor;
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 385 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 391 "glBlendColor\0"
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);

Completed in 69 milliseconds

1 2