Searched refs:bufH (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DHDRRenderer.java169 private Material createLumShader(int srcW, int srcH, int bufW, int bufH, int mode, argument
173 Vector2f blockSize = new Vector2f(1f / bufW, 1f / bufH);
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp856 const int bufH = m_fboSpec[location].height; local
857 const tcu::PixelBufferAccess buf (attachments[location].referenceFormat, bufW, bufH, 1, &attachments[location].referenceData[0]);

Completed in 569 milliseconds