Home
last modified time | relevance | path

Searched refs:getTexture (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp148 virtual const tcu::Texture1D& getTexture (void) const;
149 virtual tcu::Texture1D& getTexture (void);
169 virtual const tcu::Texture1DArray& getTexture (void) const;
170 virtual tcu::Texture1DArray& getTexture (void);
191 virtual const tcu::Texture2D& getTexture (void) const;
192 virtual tcu::Texture2D& getTexture (void);
212 virtual const tcu::Texture2DArray& getTexture (void) const;
213 virtual tcu::Texture2DArray& getTexture (void);
234 virtual const tcu::Texture3D& getTexture (void) const;
235 virtual tcu::Texture3D& getTexture (void);
[all …]
DvktPipelineImageUtil.cpp968 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1D
973 tcu::Texture1D& TestTexture1D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1D
1040 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1DArray
1045 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1DArray
1107 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2D
1112 tcu::Texture2D& TestTexture2D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2D
1179 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2DArray
1184 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2DArray
1246 const tcu::Texture3D& TestTexture3D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture3D
1251 tcu::Texture3D& TestTexture3D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture3D
[all …]
DvktPipelineImageSamplingInstance.cpp1176 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView()
1177 : tex1DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture1DArrayView()
1198 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView()
1199 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DView()
1219 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView()
1220 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DArrayView()
1253 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView()
1254 : texCube->getTexture().getLevelFace(levelNdx, s_faceMap[faceNdx]); in getTextureCubeView()
1281 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray->getTexture().getLevel((int)subresource… in getTextureCubeArrayView()
/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java283 Texture tex = mFuelDrawable.getTexture(); in update()
285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture(); in update()
303 bitmap.setTexture(mFuelDrawable.getTexture()); in update()
323 Texture tex = bitmap.getTexture(); in update()
341 Texture tex = bitmap.getTexture(); in update()
355 Texture tex = mMovementSliderBaseDrawable.getTexture(); in update()
361 Texture tex = mMovementSliderButtonDrawable.getTexture(); in update()
367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture(); in update()
386 Texture tex = mCoinDrawable.getTexture(); in update()
406 Texture tex = mRubyDrawable.getTexture(); in update()
[all …]
DDebugSystem.java70 Texture texture = getTexture(shapeType, colorType); in drawShape()
83 private final Texture getTexture(int shapeType, int colorType) { in getTexture() method in DebugSystem
DDrawableObject.java52 public Texture getTexture() { in getTexture() method in DrawableObject
DMotionBlurComponent.java70 Texture currentTexture = drawable.getTexture(); in update()
DRenderSystem.java112 Texture tex = drawable.getTexture(); in set()
DDrawableBitmap.java211 public Texture getTexture() { in getTexture() method in DrawableBitmap
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp301 …p2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth()); in Texture2DShadowTestInstance()
302 …(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight()); in Texture2DShadowTestInstance()
360 …ty = verifyTexCompareResult(m_context.getTestContext(), rendered.getAccess(), texture.getTexture(), in iterate()
371 …Ok = verifyTexCompareResult(m_context.getTestContext(), rendered.getAccess(), texture.getTexture(), in iterate()
576 …lity = verifyTexCompareResult(m_context.getTestContext(), result.getAccess(), texture.getTexture(), in iterate()
587 …isOk = verifyTexCompareResult(m_context.getTestContext(), result.getAccess(), texture.getTexture(), in iterate()
675 tcu::fillWithComponentGradients(m_textures[0]->getTexture().getLevel(levelNdx), gMin, gMax); in Texture2DArrayShadowTestInstance()
686 …tcu::fillWithGrid(m_textures[1]->getTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*cSc… in Texture2DArrayShadowTestInstance()
731 …tExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->getTexture().getWidth()); in Texture2DArrayShadowTestInstance()
732 …xp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[tex]->getTexture().getHeight()); in Texture2DArrayShadowTestInstance()
[all …]
DvktTextureFilteringTests.cpp177 …p2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth()); in Texture2DFilteringTestInstance()
178 …(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight()); in Texture2DFilteringTestInstance()
230 …eResult(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DView)texture.getTexture(), in iterate()
241 …eResult(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DView)texture.getTexture(), in iterate()
447 …esult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(), in iterate()
458 …esult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(), in iterate()
619 …oatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->getTexture().getWidth()); in iterate()
620 …tExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[0]->getTexture().getHeight()); in iterate()
648 …lt(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DArrayView)texture.getTexture(), in iterate()
659 …lt(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DArrayView)texture.getTexture(), in iterate()
[all …]
DvktTextureMipmapTests.cpp376 m_texture->getTexture(), &texCoord[0], refParams); in iterate()
382 m_texture->getTexture(), &texCoord[0], refParams, in iterate()
613 sampleTexture(idealDst, m_texture->getTexture(), &texCoord[0], refParams); in iterate()
620 m_texture->getTexture(), &texCoord[0], refParams, in iterate()
889 m_texture->getTexture(), &texCoord[0], refParams); in iterate()
895 m_texture->getTexture(), &texCoord[0], refParams, in iterate()
987 const tcu::Texture2D& refTexture = m_texture->getTexture(); in iterate()
1066 m_texture->getTexture(), &texCoord[0], refParams, in iterate()
1252 const tcu::TextureCube& refTexture = m_texture->getTexture(); in iterate()
1328 m_texture->getTexture(), &texCoord[0], refParams, in iterate()
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
DResourceManager.cpp115 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es1::ResourceManager
138 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
DResourceManager.h61 Texture *getTexture(GLuint handle);
DFramebuffer.cpp57 buffer = context->getTexture(handle)->getRenderbuffer(type); in lookupRenderbuffer()
/external/skia/tools/gpu/gl/debug/
DGrTextureUnitObj.h34 GrTextureObj *getTexture() { return fTexture; } in getTexture() function
/external/swiftshader/src/OpenGL/libGL/
DResourceManager.cpp264 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in gl::ResourceManager
325 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
DResourceManager.h72 Texture *getTexture(GLuint handle);
DFramebuffer.cpp57 buffer = context->getTexture(handle)->getRenderbuffer(type); in lookupRenderbuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp249 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es2::ResourceManager
287 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
DResourceManager.h77 Texture *getTexture(GLuint handle);
DContext.cpp1092 Texture *Context::getTexture(GLuint handle) const in getTexture() function in es2::Context
1094 return mResourceManager->getTexture(handle); in getTexture()
1170 mState.samplerTexture[TEXTURE_2D][mState.activeSampler] = getTexture(texture); in bindTexture2D()
1177 mState.samplerTexture[TEXTURE_CUBE][mState.activeSampler] = getTexture(texture); in bindTextureCubeMap()
1184 mState.samplerTexture[TEXTURE_EXTERNAL][mState.activeSampler] = getTexture(texture); in bindTextureExternal()
1191 mState.samplerTexture[TEXTURE_3D][mState.activeSampler] = getTexture(texture); in bindTexture3D()
1198 mState.samplerTexture[TEXTURE_2D_ARRAY][mState.activeSampler] = getTexture(texture); in bindTexture2DArray()
4186 es2::Texture *texture = getTexture(name); in validateSharedImage()
4244 es2::Texture *texture = getTexture(name); in createSharedImage()
/external/skia/src/image/
DSkImage.cpp171 GrTexture* SkImage::getTexture() const { in getTexture() function in SkImage
184 GrTexture* SkImage::getTexture() const { return nullptr; } in getTexture() function in SkImage
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp54 Texture getTexture (const ImageType imageType, const tcu::IVec3& size) in getTexture() function
526 const Texture texture = getTexture(s_imageTypes[imageTypeNdx], s_baseImageSizes[imageSizeNdx]); in createImageSizeTests()
/external/skia/include/core/
DSkImage.h217 GrTexture* getTexture() const;

12