Searched refs:copyTexImageFormat (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 318 nativegl::CopyTexImageImageFormat copyTexImageFormat = in copySubImageToLUMAWorkaroundTexture() local 323 context, mFunctions->copyTexImage2D(GL_TEXTURE_2D, 0, copyTexImageFormat.internalFormat, in copySubImageToLUMAWorkaroundTexture() 342 context, mFunctions->texImage2D(GL_TEXTURE_2D, 0, copyTexImageFormat.internalFormat, in copySubImageToLUMAWorkaroundTexture() 344 gl::GetUnsizedFormat(copyTexImageFormat.internalFormat), in copySubImageToLUMAWorkaroundTexture() 486 nativegl::CopyTexImageImageFormat copyTexImageFormat = nativegl::GetCopyTexImageImageFormat( in blitColorBufferWithShader() local 493 context, mFunctions->copyTexImage2D(GL_TEXTURE_2D, 0, copyTexImageFormat.internalFormat, in blitColorBufferWithShader()
|
D | TextureGL.cpp | 668 nativegl::CopyTexImageImageFormat copyTexImageFormat = in copyImage() local 693 gl::GetInternalFormatInfo(copyTexImageFormat.internalFormat, type).pixelBytes; in copyImage() 706 copyTexImageFormat.internalFormat, sourceArea.width, in copyImage() 708 gl::GetUnsizedFormat(copyTexImageFormat.internalFormat), in copyImage() 738 GetLevelInfo(features, internalFormat, copyTexImageFormat.internalFormat); in copyImage() 755 clippedArea, copyTexImageFormat.internalFormat, source)); in copyImage() 784 copyTexImageFormat.internalFormat, in copyImage()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 919 …ase(deqp::Context& context, const std::string& name, const CopyTexImageFormat& copyTexImageFormat); 931 const CopyTexImageFormat& copyTexImageFormat) in CopyTexImageCase() argument 932 : InternalformatCaseBase(context, name.c_str()), m_testFormat(copyTexImageFormat) in CopyTexImageCase()
|