Home
last modified time | relevance | path

Searched refs:handleMipmapGenerationHint (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DTexture.cpp1066 ANGLE_TRY(handleMipmapGenerationHint(context, level)); in setImage()
1091 ANGLE_TRY(handleMipmapGenerationHint(context, level)); in setSubImage()
1208 ANGLE_TRY(handleMipmapGenerationHint(context, level)); in copyImage()
1248 ANGLE_TRY(handleMipmapGenerationHint(context, index.getLevelIndex())); in copySubImage()
1394 ANGLE_TRY(handleMipmapGenerationHint(context, level)); in setImageExternal()
1923 angle::Result Texture::handleMipmapGenerationHint(Context *context, int level) in handleMipmapGenerationHint() function in gl::Texture
DTexture.h607 angle::Result handleMipmapGenerationHint(Context *context, int level);