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

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 216 static void glTexGenfOES(GLenum, GLenum, GLfloat) {
439 glTexGenfOES = ::glTexGenfOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 259 glTexGenfOES_client_proc_t glTexGenfOES;
gl_entry.cpp 254 void glTexGenfOES(GLenum coord, GLenum pname, GLfloat param);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1186 void glTexGenfOES(GLenum coord, GLenum pname, GLfloat param)
1188 getDispatch()->glTexGenfOES(coord, pname, param);
    [all...]
gles_dispatch.h 249 glTexGenfOES_t glTexGenfOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 259 glTexGenfOES_wrapper_proc_t glTexGenfOES;
gles1_wrapper_entry.cpp 254 void glTexGenfOES(GLenum coord, GLenum pname, GLfloat param);
    [all...]

Completed in 81 milliseconds