/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 148 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 …]
|
D | vktPipelineImageUtil.cpp | 968 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 …]
|
D | vktPipelineImageSamplingInstance.cpp | 1176 …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/ |
D | HudSystem.java | 283 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 …]
|
D | DebugSystem.java | 70 Texture texture = getTexture(shapeType, colorType); in drawShape() 83 private final Texture getTexture(int shapeType, int colorType) { in getTexture() method in DebugSystem
|
D | DrawableObject.java | 52 public Texture getTexture() { in getTexture() method in DrawableObject
|
D | MotionBlurComponent.java | 70 Texture currentTexture = drawable.getTexture(); in update()
|
D | RenderSystem.java | 112 Texture tex = drawable.getTexture(); in set()
|
D | DrawableBitmap.java | 211 public Texture getTexture() { in getTexture() method in DrawableBitmap
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 301 …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 …]
|
D | vktTextureFilteringTests.cpp | 177 …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 …]
|
D | vktTextureMipmapTests.cpp | 376 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/ |
D | ResourceManager.cpp | 115 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es1::ResourceManager 138 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
|
D | ResourceManager.h | 61 Texture *getTexture(GLuint handle);
|
D | Framebuffer.cpp | 57 buffer = context->getTexture(handle)->getRenderbuffer(type); in lookupRenderbuffer()
|
/external/skia/tools/gpu/gl/debug/ |
D | GrTextureUnitObj.h | 34 GrTextureObj *getTexture() { return fTexture; } in getTexture() function
|
/external/swiftshader/src/OpenGL/libGL/ |
D | ResourceManager.cpp | 264 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in gl::ResourceManager 325 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
|
D | ResourceManager.h | 72 Texture *getTexture(GLuint handle);
|
D | Framebuffer.cpp | 57 buffer = context->getTexture(handle)->getRenderbuffer(type); in lookupRenderbuffer()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.cpp | 249 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es2::ResourceManager 287 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
|
D | ResourceManager.h | 77 Texture *getTexture(GLuint handle);
|
D | Context.cpp | 1092 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/ |
D | SkImage.cpp | 171 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/ |
D | vktImageSizeTests.cpp | 54 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/ |
D | SkImage.h | 217 GrTexture* getTexture() const;
|