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

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/9/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");
  /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...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 90 "glColor4ub\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 74 glColor4ub(43, 43),
671 case 43: return glColor4ub;
    [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 561 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
565 glColor4ub(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 875 const GLMessage_Function GLMessage::glColor4ub;
    [all...]

Completed in 1769 milliseconds

1 2 34 5 6