Home
last modified time | relevance | path

Searched refs:sizeLoc (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileIO.cpp502 const UInt32 sizeLoc = (size > kChunkSizeMax ? (UInt32)kChunkSizeMax : (UInt32)size); in ReadFull() local
503 const bool res = Read1(data, sizeLoc, processedLoc); in ReadFull()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1120 const glw::GLint sizeLoc = gl.getUniformLocation (m_program->getProgram(), "u_texSize"); in testTextureSize() local
1168 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1182 gl.uniform2iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1197 gl.uniform3iv(sizeLoc, 1, expectedSize.m_data); in testTextureSize()