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

1 2 34 5

  /prebuilts/ndk/8/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/8/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/8/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/8/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");
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 803 glColor4f(1, 0, 1, 1);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 73 glColor4f(42, 42),
566 case 42: return glColor4f;
    [all...]
  /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...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 438 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
442 glColor4f(
    [all...]
com_google_android_gles_jni_GLImpl.cpp 379 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
383 glColor4f(
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 428 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...]
gl.h 1029 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
    [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...]
gl.h 1029 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
    [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...]
gl.h 1029 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
    [all...]

Completed in 1818 milliseconds

1 2 34 5