HomeSort by relevance Sort by last modified time
    Searched full:gles2 (Results 176 - 200 of 734) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skqp/infra/bots/assets/chromebook_arm_gles/
create.py 48 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
  /external/skqp/infra/bots/assets/chromebook_x86_64_gles/
create.py 48 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
  /frameworks/base/libs/hwui/utils/
GLUtils.cpp 17 #include <GLES2/gl2.h>
18 #include <GLES2/gl2ext.h>
  /frameworks/native/opengl/
Android.bp 35 srcs: ["include/GLES2/**/*.h"],
36 license: "include/GLES2/NOTICE",
  /packages/services/Car/evs/app/
RenderBase.h 22 #include <GLES2/gl2.h>
23 #include <GLES2/gl2ext.h>
  /packages/services/Car/evs/sampleDriver/
GlWrapper.h 22 #include <GLES2/gl2.h>
23 #include <GLES2/gl2ext.h>
  /external/deqp/scripts/opengl/
src_util.py 146 esFeatures = registry.getFeatures('gles2')
152 for feature in registry.getFeatures('gles2'):
153 spec.addFeature(feature, 'gles2')
159 spec.addExtension(extension, 'gles2', 'core', force=True)
161 iface = khr_util.registry.createInterface(registry, spec, 'gles2')
184 prefixes = { 'gles2': "ES", 'gl': "GL" }
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.h 29 #include <GLES2/gl2.h>
30 #include <GLES2/gl2ext.h>
31 #include <GLES2/gl2extimg.h>
37 #include <GLES2/gl2.h>
38 #include <GLES2/gl2ext.h>
39 #include <GLES2/gl2extimg.h>
  /external/autotest/client/site_tests/graphics_dEQP/
generate_controlfiles.py 37 GLES2_MASTER_FILE = os.path.join(test_file_folder, 'gles2-master.txt')
47 Test('dEQP-GLES2-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles2-master', test_file=GLES2_MASTER_FILE, perf_failure_description='Failures_GLES2'),
48 Test('dEQP-GLES2-master', Suite.bvtpb, shards=10, hasty=True, time='FAST', tag='gles2-master', test_file=GLES2_MASTER_FILE, perf_failure_description=None),
52 Test('dEQP-GLES2.stress', Suite.daily, shards=1, hasty=False, time='LONG', tag='stress', test_file=None, perf_failure_description=None),
57 # It is not worth running GLES3.stress in addition to GLES2.stress and GLES31.stress just to find stability issues.
  /external/deqp/modules/gles2/functional/
CMakeLists.txt 1 # dEQP-GLES2.functional
166 add_library(deqp-gles2-functional STATIC ${DEQP_GLES2_FUNCTIONAL_SRCS})
167 target_link_libraries(deqp-gles2-functional deqp-gl-shared glutil glutil-sglr tcutil referencerenderer ${DEQP_GLES2_LIBRARIES})
es2fBlendTests.hpp 31 namespace gles2 namespace in namespace:deqp
50 } // gles2
es2fBooleanStateQueryTests.hpp 31 namespace gles2 namespace in namespace:deqp
65 } // gles2
es2fBufferObjectQueryTests.hpp 31 namespace gles2 namespace in namespace:deqp
59 } // gles2
es2fBufferWriteTests.hpp 31 namespace gles2 namespace in namespace:deqp
50 } // gles2
es2fClippingTests.hpp 31 namespace gles2 namespace in namespace:deqp
49 } // gles2
es2fColorClearTest.hpp 31 namespace gles2 namespace in namespace:deqp
52 } // gles2
es2fDefaultVertexAttributeTests.hpp 31 namespace gles2 namespace in namespace:deqp
50 } // gles2
  /external/deqp/external/openglcts/scripts/
build_mustpass.py 83 ES2CTS_MODULE = getModuleByName("dEQP-GLES2")
87 ES2KHR_MODULE = getModuleByName("KHR-GLES2")
94 ES2GTF_MODULE = getModuleByName("GTF-GLES2")
105 filters = [include("gles2-master.txt")]),
238 include("gles2-master.txt"),
239 exclude("gles2-test-issues.txt"),
240 exclude("gles2-spec-issues.txt"),
241 exclude("gles2-driver-issues.txt"),
242 exclude("gles2-hw-issues.txt")
445 include("gles2-master.txt")
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
IndexRangeCache.h 29 #include <GLES2/gl2.h>
30 #include <GLES2/gl2ext.h>
  /external/autotest/client/deps/glbench/src/
main.h 13 #include <GLES2/gl2.h>
15 #include <GLES2/gl2ext.h>
  /external/deqp/modules/gles2/accuracy/
es2aAccuracyTests.cpp 31 namespace gles2 namespace in namespace:deqp
67 } // gles2
es2aAccuracyTests.hpp 31 namespace gles2 namespace in namespace:deqp
50 } // gles2
es2aTextureFilteringTests.hpp 31 namespace gles2 namespace in namespace:deqp
50 } // gles2
es2aTextureMipmapTests.hpp 31 namespace gles2 namespace in namespace:deqp
50 } // gles2
es2aVaryingInterpolationTests.hpp 31 namespace gles2 namespace in namespace:deqp
50 } // gles2

Completed in 278 milliseconds

1 2 3 4 5 6 78 91011>>