Searched refs:internalFormatInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES3.cpp1110 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat); local
1126 if (internalFormatInfo.componentType != GL_FLOAT)
1139 if (internalFormatInfo.componentType != GL_INT)
1145 if (internalFormatInfo.componentType != GL_UNSIGNED_INT)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBlit11.cpp522 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(dxgiFormatInfo.internalFormat); local
526 parameters.mSignedInteger = (internalFormatInfo.componentType == GL_INT);
H A DRenderer11.cpp2473 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat); local
2478 if (internalFormatInfo.colorEncoding == GL_SRGB)
2490 if (internalFormatInfo.componentCount == 3)

Completed in 119 milliseconds