Home
last modified time | relevance | path

Searched defs:initState (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp607 ImageDesc::ImageDesc(const Extents &size, const Format &format, const InitState initState) in ImageDesc()
615 const InitState initState) in ImageDesc()
693 InitState initState) in setImageDescChain()
723 InitState initState) in setImageDescChainMultisample()
1179 void Texture::signalDirtyStorage(InitState initState) in signalDirtyStorage()
1227 InitState initState = DetermineInitState(context, unpackBuffer, pixels); in setImage() local
1286 InitState initState = DetermineInitState(context, unpackBuffer, pixels); in setCompressedImage() local
1362 InitState initState = DetermineInitState(context, nullptr, nullptr); in copyImage() local
1584 InitState initState = DetermineInitState(context, nullptr, nullptr); in setStorage() local
1622 InitState initState = InitState::Initialized; in setImageExternal() local
[all …]
DImage.cpp229 gl::InitState ExternalImageSibling::initState(const gl::ImageIndex &imageIndex) const in initState() function in egl::ExternalImageSibling
234 void ExternalImageSibling::setInitState(const gl::ImageIndex &imageIndex, gl::InitState initState) in setInitState()
488 void Image::setInitState(gl::InitState initState) in setInitState()
DRenderbuffer.cpp84 InitState initState) in update()
362 InitState Renderbuffer::initState(const gl::ImageIndex & /*imageIndex*/) const in initState() function in gl::Renderbuffer
372 void Renderbuffer::setInitState(const gl::ImageIndex & /*imageIndex*/, InitState initState) in setInitState()
DTexture.h82 InitState initState; member
566 InitState initState() const { return mState.mInitState; } in initState() function
DBuffer.h156 InitState initState() const { return InitState::Initialized; } in initState() function
DFramebufferAttachment.cpp290 InitState FramebufferAttachment::initState() const in initState() function in gl::FramebufferAttachment
DSurface.cpp627 gl::InitState Surface::initState(const gl::ImageIndex & /*imageIndex*/) const in initState() function in egl::Surface
632 void Surface::setInitState(const gl::ImageIndex & /*imageIndex*/, gl::InitState initState) in setInitState()
/third_party/skia/tests/
DBackendSurfaceMutableStateTest.cpp36 GrBackendSurfaceMutableState initState(initLayout, initQueue); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
/third_party/skia/m133/tests/
DBackendSurfaceMutableStateTest.cpp65 MutableTextureState initState = skgpu::MutableTextureStates::MakeVulkan(initLayout, initQueue); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
/third_party/jsframework/runtime/main/reactivity/
Dstate.js13 export function initState (vm) { function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp347 GLint initState = 0; in TEST_P() local
355 GLint initState = 0; in TEST_P() local
413 GLint initState = 0; in TEST_P() local
1067 GLint initState = 0; in TEST_P() local
1140 GLint initState = 0; in testIntegerTextureInit() local
1146 GLint initState = 0; in testIntegerTextureInit() local
2008 GLint initState = 0; in TEST_P() local
/third_party/lzma/C/
DLzma2Dec.c261 BoolInt initState = (p->control >= 0xA0); in Lzma2Dec_DecodeToDic() local
DLzmaDec.c907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState()
/third_party/skia/third_party/externals/brotli/js/
Ddecode.js174 function initState(s, input) { function in BrotliDecodeClosure
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecode.java293 static void initState(State s, InputStream input) { in initState() method in Decode