HomeSort by relevance Sort by last modified time
    Searched defs:m_texTarget (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.h 28 m_texTarget(EGL_NO_TEXTURE),
41 void getTexInfo(EGLint* format,EGLint* target){ *format = m_texFormat; *target = m_texTarget;}
45 EGLint m_texTarget;
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 56 const glw::GLenum m_texTarget;
63 , m_texTarget (texTarget)
67 DE_ASSERT(m_texTarget == GL_TEXTURE_2D_MULTISAMPLE || m_texTarget == GL_TEXTURE_2D_MULTISAMPLE_ARRAY);
72 if (m_texTarget == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
106 gl.getInternalformativ(m_texTarget, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
127 gl.getInternalformativ(m_texTarget, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]);
es31fIntegerStateQueryTests.cpp 479 const glw::GLenum m_texTarget;
486 , m_texTarget (texTarget)
494 if (m_texTarget == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
519 gl.glBindTexture(m_texTarget, texture);

Completed in 82 milliseconds