Home
last modified time | relevance | path

Searched refs:contextD3D (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp220 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in readPixels() local
223 ANGLE_CHECK_GL_MATH(contextD3D, in readPixels()
228 ANGLE_CHECK_GL_MATH(contextD3D, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, pack, in readPixels()
DProgramD3D.cpp947 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in wait() local
948 mTask->popError(contextD3D); in wait()
1181 angle::Result ProgramD3D::loadBinaryShaderExecutables(d3d::Context *contextD3D, in loadBinaryShaderExecutables() argument
1205 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, vertexShaderFunction, vertexShaderSize, in loadBinaryShaderExecutables()
1240 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, pixelShaderFunction, pixelShaderSize, in loadBinaryShaderExecutables()
1268 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, geometryShaderFunction, geometryShaderSize, in loadBinaryShaderExecutables()
1302 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, computeShaderFunction, computeShaderSize, in loadBinaryShaderExecutables()
1924 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in checkTask() local
1925 task->popError(contextD3D); in checkTask()
DTextureD3D.cpp796 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in initializeContents() local
871 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeRowPitch(formatInfo.type, image->getWidth(), in initializeContents()
879 ANGLE_CHECK_GL_ALLOC(contextD3D, context->getZeroFilledBuffer(imageBytes, &zeroBuffer)); in initializeContents()
3268 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setImage() local
3271 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeDepthPitch( in setImage()
3295 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setSubImage() local
3301 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeDepthPitch( in setSubImage()
3330 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setCompressedImage() local
3339 contextD3D, formatInfo.computeDepthPitch(GL_UNSIGNED_BYTE, size.width, size.height, 1, 0, 0, in setCompressedImage()
3363 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setCompressedSubImage() local
[all …]
DProgramD3D.h518 angle::Result loadBinaryShaderExecutables(d3d::Context *contextD3D,
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1790 d3d::Context *contextD3D = GetImplAs<ContextD3D>(context); in applyShaders() local
1793 ANGLE_TRY(ensureHLSLCompilerInitialized(contextD3D)); in applyShaders()
1800 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(contextD3D, &vertexExe, nullptr)); in applyShaders()
1806 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(contextD3D, &pixelExe, nullptr)); in applyShaders()