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

  /device/generic/goldfish-opengl/system/egl/
eglContext.h 43 const char* vendorString;
egl.cpp 194 vendorString(NULL) ,
249 delete [] vendorString;
756 strPtr = &tInfo->currentContext->vendorString;
    [all...]
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 257 GrGLVendor GrGLGetVendorFromString(const char* vendorString) {
258 if (vendorString) {
259 if (0 == strcmp(vendorString, "ARM")) {
262 if (0 == strcmp(vendorString, "Imagination Technologies")) {
265 if (0 == strncmp(vendorString, "Intel ", 6) || 0 == strcmp(vendorString, "Intel")) {
268 if (0 == strcmp(vendorString, "Qualcomm")) {
271 if (0 == strcmp(vendorString, "NVIDIA Corporation")) {
274 if (0 == strcmp(vendorString, "ATI Technologies Inc.")) {
GrGLUtil.h 161 GrGLVendor GrGLGetVendorFromString(const char* vendorString);
  /external/skqp/src/gpu/gl/
GrGLUtil.cpp 257 GrGLVendor GrGLGetVendorFromString(const char* vendorString) {
258 if (vendorString) {
259 if (0 == strcmp(vendorString, "ARM")) {
262 if (0 == strcmp(vendorString, "Imagination Technologies")) {
265 if (0 == strncmp(vendorString, "Intel ", 6) || 0 == strcmp(vendorString, "Intel")) {
268 if (0 == strcmp(vendorString, "Qualcomm")) {
271 if (0 == strcmp(vendorString, "NVIDIA Corporation")) {
274 if (0 == strcmp(vendorString, "ATI Technologies Inc.")) {
GrGLUtil.h 161 GrGLVendor GrGLGetVendorFromString(const char* vendorString);

Completed in 152 milliseconds