Searched refs:destinationFormat (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 156 GLenum destinationFormat, in copyBufferToTexture() argument 170 ASSERT(mRenderer->supportsFastCopyBufferToTexture(destinationFormat)); in copyBufferToTexture() 172 const d3d11::PixelShader *pixelShader = findBufferToTexturePS(destinationFormat); in copyBufferToTexture() 177 GLenum unsizedFormat = gl::GetUnsizedFormat(destinationFormat); in copyBufferToTexture()
|
D | PixelTransfer11.h | 52 GLenum destinationFormat,
|
D | Blit11.cpp | 1381 Blit11::BlitShaderOperation Blit11::getBlitShaderOperation(GLenum destinationFormat, in getBlitShaderOperation() argument 1390 !gl::IsIntegerFormat(sourceFormat) && gl::IsIntegerFormat(destinationFormat); in getBlitShaderOperation() 1395 switch (destinationFormat) in getBlitShaderOperation() 1414 switch (destinationFormat) in getBlitShaderOperation() 1441 ASSERT(destinationFormat == GL_RGBA && !floatToIntBlit); in getBlitShaderOperation() 1456 ASSERT(destinationFormat == GL_RGB && !floatToIntBlit); in getBlitShaderOperation() 1483 switch (destinationFormat) in getBlitShaderOperation() 1538 switch (destinationFormat) in getBlitShaderOperation()
|
D | Blit11.h | 169 static BlitShaderOperation getBlitShaderOperation(GLenum destinationFormat,
|
D | Renderer11.h | 328 GLenum destinationFormat,
|
D | Renderer11.cpp | 3225 GLenum destinationFormat, in fastCopyBufferToTexture() argument 3229 ASSERT(supportsFastCopyBufferToTexture(destinationFormat)); in fastCopyBufferToTexture() 3231 destRenderTarget, destinationFormat, in fastCopyBufferToTexture()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 54 LUMAWorkaroundGL GetLUMAWorkaroundInfo(GLenum originalFormat, GLenum destinationFormat) in GetLUMAWorkaroundInfo() argument 58 return LUMAWorkaroundGL(!IsLUMAFormat(destinationFormat), destinationFormat); in GetLUMAWorkaroundInfo() 82 GLenum destinationFormat = gl::GetUnsizedFormat(destinationInternalFormat); in GetLevelInfo() local 85 GetLUMAWorkaroundInfo(originalFormat, destinationFormat), in GetLevelInfo()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | RendererD3D.h | 366 GLenum destinationFormat,
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.h | 345 GLenum destinationFormat,
|
D | Renderer9.cpp | 969 GLenum destinationFormat, in fastCopyBufferToTexture() argument
|
/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | bigquery_v2_messages.py | 1042 destinationFormat = _messages.StringField(2) variable in JobConfigurationExtract
|