HomeSort by relevance Sort by last modified time
    Searched refs:maxSamples (Results 26 - 31 of 31) sorted by null

12

  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp 387 static void generateColorTextureGenerationGroup (std::vector<TextureGenerationSpec>& group, glw::GLenum target, int maxSamples, glw::GLenum internalFormat)
434 texGen.sampleCount = maxSamples;
455 texGen.sampleCount = maxSamples;
    [all...]
es31fSampleVariableTests.cpp 366 deInt32 maxSamples = -1;
370 gl.getIntegerv(GL_MAX_SAMPLES, &maxSamples);
373 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLES = " << maxSamples << tcu::TestLog::EndMessage;
382 gl.uniform1i(maxSampleLoc, maxSamples);
385 m_testCtx.getLog() << tcu::TestLog::Message << "Set u_maxSamples = " << maxSamples << tcu::TestLog::EndMessage;
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 304 "MaxSamples 4\n"
528 else if (strcmp(token, "MaxSamples") == 0)
529 Resources.maxSamples = value;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]

Completed in 349 milliseconds

12