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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 201 glGetLightxvOES_client_proc_t glGetLightxvOES;
gl_entry.cpp 196 void glGetLightxvOES(GLenum light, GLenum pname, GLfixed* params);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 901 void glGetLightxvOES(GLenum light, GLenum pname, GLfixed *params)
903 getDispatch()->glGetLightxvOES(light, pname, params);
    [all...]
gles_dispatch.h 192 glGetLightxvOES_t glGetLightxvOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 201 glGetLightxvOES_wrapper_proc_t glGetLightxvOES;
gles1_wrapper_entry.cpp 196 void glGetLightxvOES(GLenum light, GLenum pname, GLfixed* params);
    [all...]

Completed in 50 milliseconds