Home | History | Annotate | Download | only in d3d11

Lines Matching defs:clientVersion

3129     int clientVersion = getCurrentClientVersion();
3132 if (clientVersion <= 2)
3138 if (gl::GetColorEncoding(internalFormat, clientVersion) == GL_SRGB)
3150 if (gl::GetComponentCount(internalFormat, clientVersion) == 3)
3470 GLuint clientVersion = getCurrentClientVersion();
3472 GLenum sourceInternalFormat = d3d11_gl::GetInternalFormat(textureDesc.Format, clientVersion);
3473 GLenum sourceFormat = gl::GetFormat(sourceInternalFormat, clientVersion);
3474 GLenum sourceType = gl::GetType(sourceInternalFormat, clientVersion);
3476 GLuint sourcePixelSize = gl::GetPixelBytes(sourceInternalFormat, clientVersion);
3488 GLenum destInternalFormat = gl::GetSizedInternalFormat(params.format, params.type, clientVersion);
3489 GLuint destPixelSize = gl::GetPixelBytes(destInternalFormat, clientVersion);
3509 ColorWriteFunction writeFunc = gl::GetColorWriteFunction(params.format, params.type, clientVersion);
3814 int clientVersion = getCurrentClientVersion();
3815 return d3d11_gl::GetInternalFormat(gl_d3d11::GetTexFormat(internalFormat, clientVersion), clientVersion);