HomeSort by relevance Sort by last modified time
    Searched refs:gVendorString (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/libagl/
state.cpp 35 static char const * const gVendorString = "Android";
346 case GL_VENDOR: return (const GLubyte*)gVendorString;
egl.cpp 805 static char const * const gVendorString = "Google Inc.";
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 26 static GLubyte *gVendorString= (GLubyte *) "Android";
241 retval = gVendorString;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 25 static GLubyte *gVendorString= (GLubyte *) "Android";
146 retval = gVendorString;
    [all...]

Completed in 61 milliseconds