Home
last modified time | relevance | path

Searched defs:textureIndex (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/tests/perf_tests/
DVulkanBarriersPerf.cpp163 void VulkanBarriersPerfBenchmark::createTexture(uint32_t textureIndex, in createTexture()
182 uint32_t textureIndex, in createFramebuffer()
/external/angle/src/libANGLE/
DFramebufferAttachment.cpp62 const ImageIndex &textureIndex, in FramebufferAttachment()
112 const ImageIndex &textureIndex, in attach()
DState.cpp265 for (size_t textureIndex = 0; textureIndex < mTextures.size(); ++textureIndex) in clear() local
284 ANGLE_INLINE void ActiveTexturesCache::reset(ContextID contextID, size_t textureIndex) in reset()
294 size_t textureIndex, in set()
480 for (int32_t textureIndex = 0; textureIndex < caps.maxCombinedTextureImageUnits; ++textureIndex) in initialize() local
590 for (size_t textureIndex : textureMask) in unsetActiveTextures() local
598 size_t textureIndex, in updateActiveTextureState()
638 size_t textureIndex, in updateActiveTexture()
3036 for (size_t textureIndex : mDirtyTextures) in syncTextures() local
3188 for (size_t textureIndex : executable.getActiveSamplersMask()) in onProgramExecutableChange() local
3233 for (size_t textureIndex : programPipeline->getExecutable().getActiveSamplersMask()) in onProgramPipelineExecutableChange() local
DFramebufferAttachment.h181 const ImageIndex &textureIndex() const { return mTextureIndex; } in textureIndex() function
DFramebuffer.cpp1725 const ImageIndex &textureIndex, in setAttachment()
1737 const ImageIndex &textureIndex, in setAttachmentMultisample()
1749 const ImageIndex &textureIndex, in setAttachment()
1794 const ImageIndex &textureIndex, in setAttachmentMultiview()
1882 const ImageIndex &textureIndex, in setAttachmentImpl()
1955 const ImageIndex &textureIndex, in updateAttachment()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp202 int textureIndex; member
407 int textureIndex; member
624 int textureIndex; member
DvktTextureFilteringTests.cpp85 int textureIndex; member
307 int textureIndex; member
551 int textureIndex; member
774 int textureIndex; member
/external/skia/src/image/
DSkImage_GpuBase.cpp276 for (int textureIndex = 0; textureIndex < numTextures; ++textureIndex) { in MakeTempTextureProxies() local
/external/skqp/src/image/
DSkImage_GpuBase.cpp293 for (int textureIndex = 0; textureIndex < numTextures; ++textureIndex) { in MakeTempTextureProxies() local
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp441 for (uint32_t textureIndex = 0; textureIndex < samplerBindings.size(); ++textureIndex) in addTextureDescriptorSetDesc() local
1271 for (uint32_t textureIndex = 0; textureIndex < programState->getSamplerBindings().size(); in updateTexturesDescriptorSet() local
/external/angle/src/tests/gl_tests/
DTextureTest.cpp3842 for (GLint textureIndex = 0; textureIndex < vertexTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local
3852 for (GLint textureIndex = 0; textureIndex < vertexActiveTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local
3864 for (GLint textureIndex = 0; textureIndex < fragmentTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local
3872 for (GLint textureIndex = 0; textureIndex < fragmentActiveTextureCount; ++textureIndex) in compileProgramWithTextureCounts() local
4131 for (size_t textureIndex = 0; textureIndex < 3; textureIndex++) in testSetUp() local