/third_party/vk-gl-cts/framework/opengl/ |
D | gluPixelTransfer.cpp | 61 gl.readPixels(x, y, width, height, format.format, format.dataType, dst.getDataPtr()); in readPixels() 80 …target, level, internalFormat, width, height, 0, format.format, format.dataType, src.getDataPtr()); in texImage2D() 100 … level, internalFormat, width, height, depth, 0, format.format, format.dataType, src.getDataPtr()); in texImage3D() 119 …exSubImage2D(target, level, x, y, width, height, format.format, format.dataType, src.getDataPtr()); in texSubImage2D() 139 …3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr()); in texSubImage3D()
|
D | gluTexture.cpp | 97 …s.getWidth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload() 181 ….getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload() 314 …Width(), access.getHeight(), transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload() 402 ….getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload() 521 ….getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload() 609 …s.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload() 731 …s.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload() 822 …s.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContext.cpp | 39 … level, internalFormat, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr()); in texImage2D() 74 …, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr()); in texSubImage2D() 80 readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 47 m_access.getDataPtr()); in toSinglesampleAccess() 57 original.getDataPtr())); in fromSinglesampleAccess() 87 m_access.getDataPtr()); in toSinglesampleAccess() 97 original.getDataPtr())); in fromSinglesampleAccess()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | BufferNULL.h | 56 uint8_t *getDataPtr(); 57 const uint8_t *getDataPtr() const;
|
D | BufferNULL.cpp | 110 uint8_t *BufferNULL::getDataPtr() in getDataPtr() function in rx::BufferNULL 115 const uint8_t *BufferNULL::getDataPtr() const in getDataPtr() function in rx::BufferNULL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | BufferNULL.h | 63 uint8_t *getDataPtr(); 64 const uint8_t *getDataPtr() const;
|
D | BufferNULL.cpp | 129 uint8_t *BufferNULL::getDataPtr() in getDataPtr() function in rx::BufferNULL 134 const uint8_t *BufferNULL::getDataPtr() const in getDataPtr() function in rx::BufferNULL
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 299 …velNdx, GL_RGBA, levelW, levelH, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 368 …levelNdx, format, levelW, levelH, 0, format, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 419 …velNdx, GL_RGBA, levelW, levelH, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 466 …GL_RGBA, m_size.x(), m_size.y(), 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 519 …velNdx, GL_RGBA, levelW, levelH, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 523 …_2D, numLevels+1, GL_RGBA, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 625 …velNdx, GL_RGBA, levelW, levelH, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 695 …levelNdx, format, levelW, levelH, 0, format, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 762 …velNdx, GL_RGBA, levelW, levelH, 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() 812 …GL_RGBA, m_size.x(), m_size.y(), 0, GL_RGBA, GL_UNSIGNED_BYTE, levelData.getAccess().getDataPtr()); in createTexture() [all …]
|
D | es2fTextureSpecificationTests.cpp | 613 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels() 653 …RE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 704 …face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 757 …, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 815 …, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 966 …TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() 987 …TexSubImage2D(GL_TEXTURE_2D, ndx, x, y, w, h, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() 1038 …aces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() 1062 …mage2D(s_cubeMapFaces[face], ndx, x, y, w, h, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() 1118 …e2D(GL_TEXTURE_2D, ndx, 0, 0, levelW, levelH, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 76 const deUint8* ptr = (const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*NumChannels; in readUnorm8() 92 return *(const deUint32*)((const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*4); in readUnorm8() 99 deUint8* ptr = (deUint8*)dst.getDataPtr() + dst.getRowPitch()*y + x*NumChannels; in writeUnorm8() 109 *(deUint32*)((deUint8*)dst.getDataPtr() + dst.getRowPitch()*y + x*4) = val; in writeUnorm8()
|
D | tcuImageIO.cpp | 127 row_pointers[y] = (deUint8*)dst.getAccess().getDataPtr() + y*dst.getAccess().getRowPitch(); in loadPNG() 195 rowPointers[y] = (deUint8*)src.getDataPtr() + y*src.getRowPitch(); in savePNG()
|
D | tcuTextureUtil.cpp | 272 …(const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.g… in getSubregion() 298 …(deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.getSlic… in getSubregion() 340 …return PixelBufferAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDataPtr(… in flipYAccess() 354 …erAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDataPtr() + offsetToLast… in flipYAccess() 1422 baseAccess.getDataPtr()); in toSamplerAccess() 1430 addOffset(baseAccess.getDataPtr(), 4 + uint32ByteOffsetBits0To8)); in toSamplerAccess() 1448 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits16To32)); in toSamplerAccess() 1456 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8)); in toSamplerAccess() 1474 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits8To32)); in toSamplerAccess() 1482 addOffset(baseAccess.getDataPtr(), uint32ByteOffsetBits0To8)); in toSamplerAccess() [all …]
|
D | tcuBilinearImageCompare.cpp | 52 return *(const deUint32*)((const deUint8*)src.getDataPtr() + y*src.getRowPitch() + x*4); in readRGBA8Raw() 57 …return deReverseBytes32(*(const deUint32*)((const deUint8*)src.getDataPtr() + y*src.getRowPitch() … in readRGBA8Raw()
|
D | tcuCompressedTexture.cpp | 917 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressETC1() 927 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressETC2() 937 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressETC2_EAC_RGBA8() 972 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() 1005 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressEAC_R11() 1044 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressEAC_RG11() 1493 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc1() 1546 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc2() 1618 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc3() 1709 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc4() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureCompatibilityTests.cpp | 231 …ize, 0, refTransferFormat.format, refTransferFormat.dataType, refTexture.getLevel(0).getDataPtr()); in iterate() 236 …/ 2, refTransferFormat.format, refTransferFormat.dataType, refSubTexture.getLevel(0).getDataPtr()); in iterate() 258 …ize, 0, refTransferFormat.format, refTransferFormat.dataType, refTexture.getLevel(0).getDataPtr()); in iterate() 262 …tureSize / 2, m_testParams.format, m_testParams.testType, testSubTexture.getLevel(0).getDataPtr()); in iterate()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2RenderUtil.cpp | 47 gl.readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels()
|
D | teglVGRenderUtil.cpp | 51 vgReadPixels(dst.getAccess().getDataPtr(), width*4, VG_sRGBA_8888, 0, 0, width, height); in readPixels()
|
D | teglGLES1RenderUtil.cpp | 53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels()
|
D | teglGLES2SharingTests.cpp | 431 …een->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr()); in renderResource() 505 …_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, m_texture.getLevel(0).getDataPtr())); in createResource() 611 …een->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr()); in renderResource() 679 …->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, reference->getAccess().getDataPtr()); in renderResource() 683 …een->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr()); in renderResource() 800 …een->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr()); in renderResource() 1089 …een->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr()); in renderResource()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 539 access.getDataPtr()); in uploadVolume() 544 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadVolume() 561 access.getDataPtr()); in uploadSurface() 566 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurface() 583 access.getDataPtr()); in uploadSurface1D() 588 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurface1D() 601 uploadLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurfaceLinear()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFragmentOpUtil.cpp | 285 original.getDataPtr()); in getMultisampleAccess() 296 original.getDataPtr()); in getMultisampleAccess()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 203 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels() 350 … levelW, m_depth, 0, transferFmt.format, transferFmt.dataType, levelData.getAccess().getDataPtr()); in createTexture() 390 …lW, levelW, m_depth, transferFmt.format, transferFmt.dataType, levelData.getAccess().getDataPtr()); in createTexture() 628 …lFormat, levelW, levelW, m_depth, 0, fmt.format, fmt.dataType, levelData.getAccess().getDataPtr()); in createTexture() 675 …lFormat, levelW, levelW, m_depth, 0, fmt.format, fmt.dataType, levelData.getAccess().getDataPtr()); in createTexture() 697 …BE_MAP_ARRAY, ndx, x, y, z, w, h, d, fmt.format, fmt.dataType, levelData.getAccess().getDataPtr()); in createTexture()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 246 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels() 678 …dx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 736 …internalFormat, levelSize, levelSize, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 778 …elH, m_numLayers, 0, transferFmt.format, transferFmt.dataType, levelData.getAccess().getDataPtr()); in createTexture() 818 …, levelH, levelD, 0, transferFmt.format, transferFmt.dataType, levelData.getAccess().getDataPtr()); in createTexture() 876 …dx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 939 …internalFormat, levelSize, levelSize, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture() 1235 …2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() 1256 …TexSubImage2D(GL_TEXTURE_2D, ndx, x, y, w, h, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() 1312 …x, m_internalFormat, levelSize, levelSize, 0, m_format, m_dataType, data.getAccess().getDataPtr()); in createTexture() [all …]
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditImageIOTests.cpp | 64 const deUint32 hash = deMemoryHash(texture.getAccess().getDataPtr(), imageSize); in iterate()
|