OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vendorString
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/egl/
eglContext.h
40
const char*
vendorString
;
egl.cpp
142
vendorString
(NULL),
161
delete []
vendorString
;
430
strPtr = &tInfo->currentContext->
vendorString
;
[
all
...]
/external/skia/src/gpu/gl/
GrGLUtil.cpp
231
GrGLVendor GrGLGetVendorFromString(const char*
vendorString
) {
232
if (
vendorString
) {
233
if (0 == strcmp(
vendorString
, "ARM")) {
236
if (0 == strcmp(
vendorString
, "Imagination Technologies")) {
239
if (0 == strncmp(
vendorString
, "Intel ", 6) || 0 == strcmp(
vendorString
, "Intel")) {
242
if (0 == strcmp(
vendorString
, "Qualcomm")) {
245
if (0 == strcmp(
vendorString
, "NVIDIA Corporation")) {
GrGLUtil.h
120
GrGLVendor GrGLGetVendorFromString(const char*
vendorString
);
Completed in 724 milliseconds