HomeSort by relevance Sort by last modified time
    Searched refs:glColor4f (Results 76 - 100 of 123) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 124 static void (GLAPIENTRY *glColor4f) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 44 s_gl.glColor4f = (glColor4f_t) s_gles_lib->findSymbol("glColor4f");
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 43 SDL_PROC(void,glColor4f,(GLfloat,GLfloat,GLfloat,GLfloat))
SDL_video.c     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 13 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
333 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
336 ctx->glColor4f(ctx, red, green, blue, alpha);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 411 GL_API void GL_APIENTRY glColor4f( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {
413 ctx->dispatcher().glColor4f(red,green,blue,alpha);
423 ctx->dispatcher().glColor4f(X2F(red),X2F(green),X2F(blue),X2F(alpha));
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 84 "glColor4f\0"
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 73 glColor4f(42, 42),
670 case 42: return glColor4f;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 445 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
449 glColor4f(
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 429 glColor4f(1, 1, 1, 1);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 683 const GLMessage_Function GLMessage::glColor4f;
    [all...]
gltrace.pb.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 151 #define glColor4f MANGLE(Color4f)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 151 #define glColor4f MANGLE(Color4f)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 151 #define glColor4f MANGLE(Color4f)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h 1031 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
    [all...]

Completed in 397 milliseconds

1 2 34 5