Home
last modified time | relevance | path

Searched refs:textureIdx (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSemaphoreGL.cpp36 for (GLuint textureIdx = 0; textureIdx < textureBarriers.size(); textureIdx++) in GatherNativeTextureIDs()
38 (*outIDs)[textureIdx] = in GatherNativeTextureIDs()
39 GetImplAs<TextureGL>(textureBarriers[textureIdx].texture)->getTextureID(); in GatherNativeTextureIDs()
40 (*outLayouts)[textureIdx] = textureBarriers[textureIdx].layout; in GatherNativeTextureIDs()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp893 void bindSamplerToTexture (const int samplerIdx, const int textureIdx, const deUint32 textureUnit);
1213 void SRGBTestCase::bindSamplerToTexture (const int samplerIdx, const int textureIdx, const deUint32 textureUnit) in bindSamplerToTexture() argument
1216 m_textureSourceList[textureIdx]->setHasSampler(true); in bindSamplerToTexture()

Completed in 5 milliseconds