/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 62 deUint32 getFormatReadInfo(const subgroups::Format format, GLenum &readFormat, GLenum &readType) in getFormatReadInfo() argument 72 readType = GL_FLOAT; in getFormatReadInfo() 76 readType = GL_FLOAT; in getFormatReadInfo() 80 readType = GL_UNSIGNED_INT; in getFormatReadInfo() 84 readType = GL_UNSIGNED_INT; in getFormatReadInfo() 1206 GLenum readType; in makeTessellationEvaluationFrameBufferTest() local 1207 getFormatReadInfo(format, readFormat, readType); in makeTessellationEvaluationFrameBufferTest() 1209 gl.readPixels(0, 0, width, 1, readFormat, readType, (GLvoid*)&imageBufferResult[0]); in makeTessellationEvaluationFrameBufferTest() 1400 GLenum readType; in makeGeometryFrameBufferTest() local 1401 getFormatReadInfo(format, readFormat, readType); in makeGeometryFrameBufferTest() [all …]
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5220 QualType Base = readType(*Loc.F, Record, Idx); in readTypeRecord() 5230 QualType ElemType = readType(*Loc.F, Record, Idx); in readTypeRecord() 5239 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() 5248 QualType OriginalType = readType(*Loc.F, Record, Idx); in readTypeRecord() 5260 QualType OriginalTy = readType(*Loc.F, Record, Idx); in readTypeRecord() 5261 QualType AdjustedTy = readType(*Loc.F, Record, Idx); in readTypeRecord() 5270 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() 5279 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() 5288 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() 5297 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() [all …]
|
D | ASTReaderDecl.cpp | 618 QualType modedT = Reader.readType(F, Record, Idx); in VisitTypedefNameDecl() 679 ED->setIntegerType(Reader.readType(F, Record, Idx)); in VisitEnumDecl() 680 ED->setPromotionType(Reader.readType(F, Record, Idx)); in VisitEnumDecl() 732 VD->setType(Reader.readType(F, Record, Idx)); in VisitValueDecl() 925 MD->setReturnType(Reader.readType(F, Record, Idx)); in VisitObjCMethodDecl() 1119 QualType T = Reader.readType(F, Record, Idx); in VisitObjCPropertyDecl() 1178 Reader.readType(F, Record, Idx).getAsOpaquePtr()); in VisitFieldDecl() 2184 new (&TypesAndInfos[I].first) QualType(Reader.readType(F, Record, Idx)); in VisitNonTypeTemplateParmDecl() 3895 QualType DeducedResultType = Reader.readType(ModuleFile, Record, Idx); in UpdateDecl()
|
D | ASTReaderStmt.cpp | 436 E->setType(Reader.readType(F, Record, Idx)); in VisitExpr() 692 E->setComputationLHSType(Reader.readType(F, Record, Idx)); in VisitCompoundAssignOperator() 693 E->setComputationResultType(Reader.readType(F, Record, Idx)); in VisitCompoundAssignOperator() 1060 E->setSuperReceiver(Reader.readType(F, Record, Idx)); in VisitObjCPropertyRefExpr() 1098 QualType T = Reader.readType(F, Record, Idx); in VisitObjCMessageExpr() 1477 E->BaseType = Reader.readType(F, Record, Idx); in VisitCXXDependentScopeMemberExpr() 1537 E->BaseType = Reader.readType(F, Record, Idx); in VisitUnresolvedMemberExpr() 3036 QualType T = readType(F, Record, Idx); in ReadStmtFromStream()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_write_common.cpp | 618 ExplicitType readType = type; in test_image_format_write() local 621 internalFormat, glType, readType, /* unused */ 1, 1 ) ); in test_image_format_write() 630 …glResults, width * height * depth, readType, validationType, get_channel_order_channel_count(clFor… in test_image_format_write() 652 width, height, depth, 1, get_explicit_type_size( readType ) ); in test_image_format_write()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 211 GLint readType; in init() 213 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType); in init() 214 glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]); in init()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_2D.cpp | 526 ExplicitType readType = type; in test_image_format_write() local 527 …ults( ReadGLTexture( target, glTexture, format, internalFormat, glType, readType, width, height ) … in test_image_format_write() 530 …char> convertedGLResults( convert_to_expected( glResults, width * height, readType, sourceType ) ); in test_image_format_write() 548 …ger_results( actualSource, convertedGLResults, width, height, get_explicit_type_size( readType ) ); in test_image_format_write()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 641 GLenum readType = readPixelsFormat.type; in readPixels() local 643 readType == GL_UNSIGNED_SHORT) in readPixels() 663 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(readFormat, readType); in readPixels() 667 glFormat.computeRowPitch(readType, area.width, packState.alignment, in readPixels() 685 return readPixelsRowByRow(context, clippedArea, format, readFormat, readType, packState, in readPixels() 694 readFormat, readType, false, outPtr, &useLastRowPaddingWorkaround)); in readPixels() 697 return readPixelsAllAtOnce(context, clippedArea, format, readFormat, readType, packState, in readPixels()
|
D | BlitGL.cpp | 280 GLenum readType = source->getImplementationColorReadType(context); in copyImageToLUMAWorkaroundTexture() local 289 sourceArea.width, sourceArea.height, 0, format, readType, nullptr)); in copyImageToLUMAWorkaroundTexture() 315 GLenum readType = source->getImplementationColorReadType(context); in copySubImageToLUMAWorkaroundTexture() local 318 nativegl::GetCopyTexImageImageFormat(mFunctions, mFeatures, readFormat, readType); in copySubImageToLUMAWorkaroundTexture() 344 readType, nullptr)); in copySubImageToLUMAWorkaroundTexture()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 863 GrGLenum readType; in readPixelsSupported() local 864 if (!this->getReadPixelsFormat(surfaceConfig, readConfig, &readFormat, &readType)) { in readPixelsSupported() 895 if (GR_GL_RGBA == readFormat && GR_GL_UNSIGNED_BYTE == readType) { in readPixelsSupported() 900 if (GR_GL_RGBA == readFormat && GR_GL_FLOAT == readType) { in readPixelsSupported() 921 fConfigTable[surfaceConfig].fSecondReadPixelsFormat.fType == readType; in readPixelsSupported()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeBufferApiTests.cpp | 223 GLint readType; in init() 225 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType); in init() 226 glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]); in init()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 213 GrGLenum readType) const;
|
D | GrGLCaps.cpp | 4211 GrGLenum readType) const { in didQueryImplementationReadSupport() 4219 readCTInfo.fExternalType != readType) { in didQueryImplementationReadSupport()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 247 GLint readType = 0x1234; in read_pixels_format_mismatch() local 268 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType); in read_pixels_format_mismatch() 269 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]); in read_pixels_format_mismatch()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1615 QualType readType(ModuleFile &F, const RecordData &Record, unsigned &Idx) { in readType() function
|