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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 207 glLightxOES_client_proc_t glLightxOES;
gl_entry.cpp 202 void glLightxOES(GLenum light, GLenum pname, GLfixed param);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 931 void glLightxOES(GLenum light, GLenum pname, GLfixed param)
933 getDispatch()->glLightxOES(light, pname, param);
    [all...]
gles_dispatch.h 198 glLightxOES_t glLightxOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 207 glLightxOES_wrapper_proc_t glLightxOES;
gles1_wrapper_entry.cpp 202 void glLightxOES(GLenum light, GLenum pname, GLfixed param);
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 3560 milliseconds