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

  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 126 gl.getInternalformativ(m_target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
148 gl.getInternalformativ(m_target, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]);
232 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 2, buffer);
247 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 0, buffer);
290 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
308 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, (glw::GLsizei)buffer.size(), &buffer[0]);
324 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 2, buffer);
339 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 0, buffer);
es31fFboTestCase.cpp 347 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
352 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sampleCounts[0]);
es31fShaderTextureSizeTests.cpp 167 gl.getInternalformativ(getTextureGLTarget(), getTextureGLInternalFormat(), GL_SAMPLES, 1, &maxSamples);
es31fMultisampleShaderRenderCase.cpp 119 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 1, &maxTextureSamples);
129 gl.getInternalformativ(GL_RENDERBUFFER, GL_RGBA8, GL_SAMPLES, 1, &maxRboSamples);
es31fTextureMultisampleTests.cpp     [all...]
es31fTextureLevelStateQueryTests.cpp 900 gl.getInternalformativ(m_target, internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCount);
909 gl.getInternalformativ(m_target, internalFormat, GL_SAMPLES, sampleCount, &samples[0]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 340 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
345 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sampleCounts[0]);
es3fRasterizationTests.cpp 189 gl.getInternalformativ(GL_RENDERBUFFER, m_fboInternalFormat, GL_SAMPLES, 1, &maxSampleCount);
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 128 dst->getInternalformativ = src.getInternalformativ;
gluCallLogWrapper.inl     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 114 gl->getInternalformativ = &glGetInternalformativ;
glwInitES31Direct.inl 128 gl->getInternalformativ = &glGetInternalformativ;
glwFunctions.inl 228 glGetInternalformativFunc getInternalformativ;
    [all...]
glwInitES30.inl 114 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
glwInitES32Direct.inl 146 gl->getInternalformativ = &glGetInternalformativ;
glwInitES31.inl 128 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
glwInitES32.inl 146 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
    [all...]
glwInitGL42.inl 170 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
    [all...]
glwInitGL43.inl 183 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
    [all...]
glwInitGL44.inl 192 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
    [all...]
glwInitGL45.inl 225 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
    [all...]
glwImpl.inl     [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.cpp 327 fFunctions.fGetInternalformativ = bind_to_member(this, &GrGLTestInterface::getInternalformativ);
GrGLTestInterface.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 228 gl->getInternalformativ = glGetInternalformativ;
    [all...]

Completed in 368 milliseconds