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

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 174 static void glGetTexGenfvOES(GLenum, GLenum, GLfloat*) {
429 glGetTexGenfvOES = ::glGetTexGenfvOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 265 glGetTexGenfvOES_client_proc_t glGetTexGenfvOES;
gl_entry.cpp 260 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat* params);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1216 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat *params)
1218 getDispatch()->glGetTexGenfvOES(coord, pname, params);
    [all...]
gles_dispatch.h 255 glGetTexGenfvOES_t glGetTexGenfvOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 265 glGetTexGenfvOES_wrapper_proc_t glGetTexGenfvOES;
gles1_wrapper_entry.cpp 260 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat* params);
    [all...]

Completed in 81 milliseconds