HomeSort by relevance Sort by last modified time
    Searched refs:glColor4ub (Results 51 - 75 of 83) sorted by null

1 23 4

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 126 static void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 91 s_gl.glColor4ub = (glColor4ub_t) s_gles_lib->findSymbol("glColor4ub");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 74 glColor4ub(43, 43),
567 case 43: return glColor4ub;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 49 SDL_PROC_UNUSED(void,glColor4ub,(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha))
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 59 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
609 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
612 ctx->glColor4ub(ctx, red, green, blue, alpha);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 416 GL_API void GL_APIENTRY glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) {
418 ctx->dispatcher().glColor4ub(red,green,blue,alpha);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 554 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
558 glColor4ub(
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 684 const GLMessage_Function GLMessage::glColor4ub;
    [all...]
gltrace.pb.h     [all...]
gltrace_api.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 161 #define glColor4ub MANGLE(Color4ub)
    [all...]
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 161 #define glColor4ub MANGLE(Color4ub)
    [all...]
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 161 #define glColor4ub MANGLE(Color4ub)
    [all...]
gl.h     [all...]
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 419 milliseconds

1 23 4