Searched defs:sourceInternalFormat (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DBlit11.cpp380 GLenum sourceInternalFormat = d3d11_gl::GetInternalFormat(sourceSRVDesc.Format, mRenderer->getCurrentClientVersion()); local
383 switch (gl::GetComponentType(sourceInternalFormat, mRenderer->getCurrentClientVersion()))
519 GLenum sourceInternalFormat = d3d11_gl::GetInternalFormat(sourceSRVDesc.Format, mRenderer->getCurrentClientVersion()); local
523 parameters.mSignedInteger = gl::GetComponentType(sourceInternalFormat, mRenderer->getCurrentClientVersion()) == GL_INT;
H A DRenderer11.cpp3472 GLenum sourceInternalFormat = d3d11_gl::GetInternalFormat(textureDesc.Format, clientVersion); local
3473 GLenum sourceFormat = gl::GetFormat(sourceInternalFormat, clientVersion);
3474 GLenum sourceType = gl::GetType(sourceInternalFormat, clientVersion);
3476 GLuint sourcePixelSize = gl::GetPixelBytes(sourceInternalFormat, clientVersion);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DRenderer9.cpp3237 GLenum sourceInternalFormat = d3d9_gl::GetInternalFormat(desc.Format); local
3238 GLenum sourceFormat = gl::GetFormat(sourceInternalFormat, clientVersion);
3239 GLenum sourceType = gl::GetType(sourceInternalFormat, clientVersion);
3241 GLuint sourcePixelSize = gl::GetPixelBytes(sourceInternalFormat, clientVersion);
3256 GLuint sourcePixelSize = gl::GetPixelBytes(sourceInternalFormat, clientVersion);

Completed in 297 milliseconds