/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | queryconversions.cpp | 32 GLenum nativeType = CastStateValueEnum<NativeT>::mEnumForType; in CastStateValueToInt() local 34 if (nativeType == GL_FLOAT) in CastStateValueToInt() 48 if (nativeType == GL_INT_64_ANGLEX && queryType == GL_INT) in CastStateValueToInt() 75 void CastStateValues(Context *context, GLenum nativeType, GLenum pname, in CastStateValues() argument 78 if (nativeType == GL_INT) in CastStateValues() 92 else if (nativeType == GL_BOOL) in CastStateValues() 106 else if (nativeType == GL_FLOAT) in CastStateValues() 120 else if (nativeType == GL_INT_64_ANGLEX) in CastStateValues()
|
D | queryconversions.h | 14 void CastStateValues(Context *context, GLenum nativeType, GLenum pname,
|
D | validationES.h | 61 bool ValidateStateQuery(Context *context, GLenum pname, GLenum *nativeType, unsigned int *numParams…
|
D | libGLESv2.cpp | 1963 GLenum nativeType; in glGetBooleanv() local 1965 if (!ValidateStateQuery(context, pname, &nativeType, &numParams)) in glGetBooleanv() 1970 if (nativeType == GL_BOOL) in glGetBooleanv() 1976 CastStateValues(context, nativeType, pname, numParams, params); in glGetBooleanv() 2091 GLenum nativeType; in glGetFloatv() local 2093 if (!ValidateStateQuery(context, pname, &nativeType, &numParams)) in glGetFloatv() 2098 if (nativeType == GL_FLOAT) in glGetFloatv() 2104 CastStateValues(context, nativeType, pname, numParams, params); in glGetFloatv() 2427 GLenum nativeType; in glGetIntegerv() local 2430 if (!ValidateStateQuery(context, pname, &nativeType, &numParams)) in glGetIntegerv() [all …]
|
D | validationES.cpp | 1144 bool ValidateStateQuery(gl::Context *context, GLenum pname, GLenum *nativeType, unsigned int *numPa… in ValidateStateQuery() argument 1146 if (!context->getQueryParameterInfo(pname, nativeType, numParams)) in ValidateStateQuery()
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/ |
D | OmniboxSuggestion.java | 63 Type(int nativeType) { in Type() argument 64 mNativeType = nativeType; in Type() 67 static Type getTypeFromNativeType(int nativeType) { in getTypeFromNativeType() argument 69 if (t.mNativeType == nativeType) return t; in getTypeFromNativeType() 87 public int nativeType() { in nativeType() method in OmniboxSuggestion.Type 92 public OmniboxSuggestion(int nativeType, int relevance, int transition, in OmniboxSuggestion() argument 96 mType = Type.getTypeFromNativeType(nativeType); in OmniboxSuggestion()
|
D | AutocompleteController.java | 215 private static OmniboxSuggestion buildOmniboxSuggestion(int nativeType, int relevance, in buildOmniboxSuggestion() argument 219 return new OmniboxSuggestion(nativeType, relevance, transition, text, description, in buildOmniboxSuggestion()
|
/external/deqp/modules/egl/ |
D | teglNativeColorMappingTests.cpp | 282 …tx, const char* name, const char* description, bool render, NativeType nativeType, const vector<EG… 292 …tx, const char* name, const char* description, bool render, NativeType nativeType, const vector<EG… in NativeColorMappingCase() argument 294 , m_nativeType (nativeType) in NativeColorMappingCase() 304 …GLDisplay display, EGLConfig config, NativeColorMappingCase::NativeType nativeType, int waitFrames) in logConfigInfo() argument 314 if (nativeType == NativeColorMappingCase::NATIVETYPE_WINDOW) in logConfigInfo() 441 void checkSupport (EglTestContext& eglTestCtx, NativeColorMappingCase::NativeType nativeType) in checkSupport() argument 443 switch (nativeType) in checkSupport()
|
D | teglNativeCoordMappingTests.cpp | 323 …tx, const char* name, const char* description, bool render, NativeType nativeType, const vector<EG… 333 …tx, const char* name, const char* description, bool render, NativeType nativeType, const vector<EG… in NativeCoordMappingCase() argument 335 , m_nativeType (nativeType) in NativeCoordMappingCase() 345 …GLDisplay display, EGLConfig config, NativeCoordMappingCase::NativeType nativeType, int waitFrames) in logConfigInfo() argument 355 if (nativeType == NativeCoordMappingCase::NATIVETYPE_WINDOW) in logConfigInfo() 496 void checkSupport (EglTestContext& eglTestCtx, NativeCoordMappingCase::NativeType nativeType) in checkSupport() argument 498 switch (nativeType) in checkSupport()
|