Home
last modified time | relevance | path

Searched refs:nativeType (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
Dqueryconversions.cpp32 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()
Dqueryconversions.h14 void CastStateValues(Context *context, GLenum nativeType, GLenum pname,
DvalidationES.h61 bool ValidateStateQuery(Context *context, GLenum pname, GLenum *nativeType, unsigned int *numParams…
DlibGLESv2.cpp1963 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 …]
DvalidationES.cpp1144 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/
DOmniboxSuggestion.java63 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()
DAutocompleteController.java215 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/
DteglNativeColorMappingTests.cpp282 …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()
DteglNativeCoordMappingTests.cpp323 …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()