Home
last modified time | relevance | path

Searched refs:TextureTypeToTarget (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImageIndex.cpp68 TextureTarget TextureTypeToTarget(TextureType type, GLint layerIndex) in TextureTypeToTarget() function
127 return TextureTypeToTarget(mType, mLayerIndex); in getTarget()
DImageIndex.h127 TextureTarget TextureTypeToTarget(TextureType type, GLint layerIndex);
DTexture.cpp573 TextureTarget target = TextureTypeToTarget(mType, 0); in getEnabledLevelCount()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp4385 gl::TextureTarget dstTargetPacked = gl::TextureTypeToTarget(dstTexture->getType(), dstZ); in copyCompressedTextureData()