Searched refs:TextureTypeToTarget (Results 1 – 4 of 4) sorted by relevance
68 TextureTarget TextureTypeToTarget(TextureType type, GLint layerIndex) in TextureTypeToTarget() function127 return TextureTypeToTarget(mType, mLayerIndex); in getTarget()
127 TextureTarget TextureTypeToTarget(TextureType type, GLint layerIndex);
597 TextureTarget target = TextureTypeToTarget(mType, 0); in getEnabledLevelCount()
1816 const auto &format = tex->getFormat(TextureTypeToTarget(tex->getType(), layer), level); in ValidateFramebufferTextureLayer()