Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp156 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()
DPixelTransfer11.h52 GLenum destinationFormat,
DBlit11.cpp1381 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()
DBlit11.h169 static BlitShaderOperation getBlitShaderOperation(GLenum destinationFormat,
DRenderer11.h328 GLenum destinationFormat,
DRenderer11.cpp3225 GLenum destinationFormat, in fastCopyBufferToTexture() argument
3229 ASSERT(supportsFastCopyBufferToTexture(destinationFormat)); in fastCopyBufferToTexture()
3231 destRenderTarget, destinationFormat, in fastCopyBufferToTexture()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp54 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/
DRendererD3D.h366 GLenum destinationFormat,
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h345 GLenum destinationFormat,
DRenderer9.cpp969 GLenum destinationFormat, in fastCopyBufferToTexture() argument
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_messages.py1042 destinationFormat = _messages.StringField(2) variable in JobConfigurationExtract