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

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 74 LOAD_GL_FUNC(glColor4ub);
GLDispatch.h 51 void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 71 {"glColor4ub", (void *)glColor4ub},
gles_dispatch.h 74 glColor4ub_t glColor4ub;
346 glColor4ub_t set_glColor4ub(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; return retval;}
    [all...]
gles.cpp 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
313 getDispatch()->glColor4ub(red, green, blue, alpha);
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
  /external/quake/quake/src/WinQuake/
glquake.h 335 #define glColor4ub(...) do { glColor4ub(__VA_ARGS__); GLCHECK("glColor4ub");} while(0)
  /external/skia/gpu/src/mac/
GrGLDefaultInterface_mac.cpp 41 gDefaultInterface.fColor4ub = glColor4ub;
  /external/skia/gpu/src/mesa/
GrGLDefaultInterface_mesa.cpp 57 gDefaultInterface.fColor4ub = glColor4ub;
  /external/skia/gpu/src/unix/
GrGLDefaultInterface_unix.cpp 58 gDefaultInterface.fColor4ub = glColor4ub;
  /external/skia/gpu/src/win/
GrGLDefaultInterface_win.cpp 54 gDefaultInterface.fColor4ub = glColor4ub;
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 74 glColor4ub_t glColor4ub;
GLDispatch.cpp 97 s_gl.glColor4ub = (glColor4ub_t) s_gles_lib->findSymbol("glColor4ub");
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 209 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
211 public static native void glColor4ub(
GLErrorWrapper.java 980 public void glColor4ub(byte red, byte green, byte blue, byte alpha) {
982 mgl11.glColor4ub(red, green, blue, alpha);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 188 void glColor4ub(
  /external/quake/quake/src/QW/client/
r_part.c 547 glColor4ub (*at, *(at+1), *(at+2), theAlpha);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 794 public void glColor4ub(
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 146 void (GLAPIENTRY *GLDispatch::glColor4ub)(GLubyte,GLubyte,GLubyte,GLubyte) = NULL;
399 LOAD_GL_FUNC(glColor4ub);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 765 public void glColor4ub(byte red, byte green, byte blue, byte alpha) {
  /development/tools/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...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 126 static void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
  /frameworks/base/opengl/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1220 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
1222 public native void glColor4ub(
    [all...]

Completed in 169 milliseconds

1 2