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

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 224 static void glTexGeniOES(GLenum, GLenum, GLint) {
441 glTexGeniOES = ::glTexGeniOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 261 glTexGeniOES_client_proc_t glTexGeniOES;
gl_entry.cpp 256 void glTexGeniOES(GLenum coord, GLenum pname, GLint param);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1196 void glTexGeniOES(GLenum coord, GLenum pname, GLint param)
1198 getDispatch()->glTexGeniOES(coord, pname, param);
    [all...]
gles_dispatch.h 251 glTexGeniOES_t glTexGeniOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 261 glTexGeniOES_wrapper_proc_t glTexGeniOES;
gles1_wrapper_entry.cpp 256 void glTexGeniOES(GLenum coord, GLenum pname, GLint param);
    [all...]

Completed in 2645 milliseconds