Searched refs:nativeType (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/egl/ |
D | teglNativeColorMappingTests.cpp | 287 …tx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::Fil… 297 …tx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::Fil… in NativeColorMappingCase() argument 299 , m_nativeType (nativeType) in NativeColorMappingCase() 309 …GLDisplay display, EGLConfig config, NativeColorMappingCase::NativeType nativeType, int waitFrames) in logConfigInfo() argument 319 if (nativeType == NativeColorMappingCase::NATIVETYPE_WINDOW) in logConfigInfo()
|
D | teglNativeCoordMappingTests.cpp | 328 …tx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::Fil… 338 …tx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::Fil… in NativeCoordMappingCase() argument 340 , m_nativeType (nativeType) in NativeCoordMappingCase() 350 …GLDisplay display, EGLConfig config, NativeCoordMappingCase::NativeType nativeType, int waitFrames) in logConfigInfo() argument 360 if (nativeType == NativeCoordMappingCase::NATIVETYPE_WINDOW) in logConfigInfo()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 1559 GLenum nativeType; in GetIntegeri_v() local 1561 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in GetIntegeri_v() 1567 if(nativeType == GL_BOOL) in GetIntegeri_v() 1581 else if(nativeType == GL_FLOAT) in GetIntegeri_v() 2919 GLenum nativeType; in GetInteger64v() local 2921 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetInteger64v() 2927 if(nativeType == GL_BOOL) in GetInteger64v() 2941 else if(nativeType == GL_FLOAT) in GetInteger64v() 3002 GLenum nativeType; in GetInteger64i_v() local 3004 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in GetInteger64i_v() [all …]
|
D | libGLESv2.cpp | 2402 GLenum nativeType; in GetBooleanv() local 2404 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetBooleanv() 2410 if(nativeType == GL_FLOAT) in GetBooleanv() 2427 else if(nativeType == GL_INT) in GetBooleanv() 2537 GLenum nativeType; in GetFloatv() local 2539 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetFloatv() 2545 if(nativeType == GL_BOOL) in GetFloatv() 2562 else if(nativeType == GL_INT) in GetFloatv() 2858 GLenum nativeType; in GetIntegerv() local 2860 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetIntegerv() [all …]
|