HomeSort by relevance Sort by last modified time
    Searched refs:m_texFormat (Results 1 - 5 of 5) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.h 27 m_texFormat(EGL_NO_TEXTURE),
41 void getTexInfo(EGLint* format,EGLint* target){ *format = m_texFormat; *target = m_texTarget;}
44 EGLint m_texFormat;
EglPbufferSurface.cpp 33 m_texFormat = val;
63 *val = m_texFormat;
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 216 tcu::TextureFormat m_texFormat;
225 , m_texFormat (format)
244 TextureCubeArrayShader shader (glu::getSamplerCubeArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4);
329 tcu::TextureLevel levelData (m_texFormat);
331 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
367 tcu::TextureLevel levelData (m_texFormat);
369 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
427 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
428 int pixelSize = m_texFormat.getPixelSize();
447 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*ro (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 246 tcu::TextureFormat m_texFormat;
255 , m_texFormat (format)
269 Texture2DShader shader (DataTypes() << glu::getSampler2DType(m_texFormat), glu::TYPE_FLOAT_VEC4);
307 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat);
331 tcu::TextureFormat m_texFormat;
339 , m_texFormat (format)
352 TextureCubeShader shader (glu::getSamplerCubeType(m_texFormat), glu::TYPE_FLOAT_VEC4);
428 tcu::TextureFormat m_texFormat;
438 , m_texFormat (format)
453 Texture2DArrayShader shader (glu::getSampler2DArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 366 const tcu::TextureFormat m_texFormat;
396 , m_texFormat (format)
506 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat);
627 tcu::TextureFormat fmt = m_texFormat;
669 tcu::TextureFormat fmt = m_texFormat;
718 tcu::TextureFormat fmt = m_texFormat;
767 tcu::TextureFormat fmt = m_texFormat;
829 tcu::TextureFormat fmt = m_texFormat;
874 tcu::TextureFormat fmt = m_texFormat;
921 tcu::TextureFormat fmt = m_texFormat;
    [all...]

Completed in 65 milliseconds