HomeSort by relevance Sort by last modified time
    Searched defs:glColor4d (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 48 void (GLAPIENTRY *glColor4d) (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 144 void (GLAPIENTRY *GLDispatch::glColor4d)(GLdouble,GLdouble,GLdouble,GLdouble) = NULL;
397 LOAD_GL_FUNC(glColor4d);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 123 static void (GLAPIENTRY *glColor4d) (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 200 #define glColor4d MANGLE(Color4d)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 200 #define glColor4d MANGLE(Color4d)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl_mangle.h 188 #define glColor4d MANGLE(Color4d)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 188 #define glColor4d MANGLE(Color4d)
    [all...]

Completed in 203 milliseconds