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

  /external/swiftshader/tests/unittests/
unittests.cpp 152 const GLubyte *glVersion = glGetString(GL_VERSION);
154 EXPECT_THAT((const char*)glVersion, testing::HasSubstr("OpenGL ES 2.0 SwiftShader "));
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 55 private void runIterations(int glVersion) {
56 for (int i = 1; i <= glVersion; i++) {
123 final int glVersion = (info.reqGlEsVersion & 0xffff0000) >> 16;
127 runIterations(glVersion);
  /external/skia/src/gpu/gl/
GrGLGpu.h 50 GrGLVersion glVersion() const { return fGLContext->version(); }
  /cts/tests/camera/src/android/hardware/cts/
CameraGLTest.java 306 int glVersion = getDetectedVersion();
307 assertTrue(glVersion > 0);
308 if (glVersion != 2) {
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 560 Element glVersion = doc.createElement(PREFIX + NODE_GL_VERSION);
561 software.appendChild(glVersion);
572 glVersion.appendChild(doc.createTextNode(glVersionString));
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 

Completed in 341 milliseconds