Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DvalidationES.cpp939 GLenum currentInternalFormat, currentFormat, currentType; in ValidateReadPixelsParameters() local
942 context->getCurrentReadFormatType(&currentInternalFormat, &currentFormat, &currentType); in ValidateReadPixelsParameters()
945 … ValidES3ReadFormatType(context, currentInternalFormat, format, type); in ValidateReadPixelsParameters()