Searched refs:contextD3D (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | FramebufferD3D.cpp | 220 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()
|
D | ProgramD3D.cpp | 939 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in wait() local 940 mTask->popError(contextD3D); in wait() 1166 angle::Result ProgramD3D::loadBinaryShaderExecutables(d3d::Context *contextD3D, in loadBinaryShaderExecutables() argument 1190 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, vertexShaderFunction, vertexShaderSize, in loadBinaryShaderExecutables() 1225 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, pixelShaderFunction, pixelShaderSize, in loadBinaryShaderExecutables() 1253 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, geometryShaderFunction, geometryShaderSize, in loadBinaryShaderExecutables() 1287 ANGLE_TRY(mRenderer->loadExecutable(contextD3D, computeShaderFunction, computeShaderSize, in loadBinaryShaderExecutables() 1886 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in checkTask() local 1887 task->popError(contextD3D); in checkTask()
|
D | TextureD3D.cpp | 737 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in initializeContents() local 812 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeRowPitch(formatInfo.type, image->getWidth(), in initializeContents() 820 ANGLE_CHECK_GL_ALLOC(contextD3D, context->getZeroFilledBuffer(imageBytes, &zeroBuffer)); in initializeContents() 3164 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setImage() local 3167 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeDepthPitch( in setImage() 3191 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setSubImage() local 3197 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeDepthPitch( in setSubImage() 3226 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setCompressedImage() local 3235 contextD3D, formatInfo.computeDepthPitch(GL_UNSIGNED_BYTE, size.width, size.height, 1, 0, 0, in setCompressedImage() 3259 ContextD3D *contextD3D = GetImplAs<ContextD3D>(context); in setCompressedSubImage() local [all …]
|
D | ProgramD3D.h | 505 angle::Result loadBinaryShaderExecutables(d3d::Context *contextD3D,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 1751 d3d::Context *contextD3D = GetImplAs<ContextD3D>(context); in applyShaders() local 1754 ANGLE_TRY(ensureHLSLCompilerInitialized(contextD3D)); in applyShaders() 1761 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(contextD3D, &vertexExe, nullptr)); in applyShaders() 1767 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(contextD3D, &pixelExe, nullptr)); in applyShaders()
|