/frameworks/native/opengl/libs/EGL/ |
egl_object.cpp | 120 * Here we cache the GL_EXTENSIONS string for this context and we 124 if (gl_extensions.isEmpty()) { 125 // call the implementation's glGetString(GL_EXTENSIONS) 126 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); 127 gl_extensions.setTo(exts); 128 if (gl_extensions.find("GL_EXT_debug_marker") < 0) { 130 temp.append(gl_extensions); 131 gl_extensions.setTo(temp); 137 ss << gl_extensions.string();
|
egl.cpp | 133 if (name != GL_EXTENSIONS) 136 return (const GLubyte *)c->gl_extensions.string(); 151 if (name != GL_EXTENSIONS)
|
/external/deqp/modules/gles3/functional/ |
es3fStringQueryTests.cpp | 146 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); 175 // all in glGetStringi(GL_EXTENSIONS) in must be in glGetString 179 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i)); 183 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension " << extension << " found with GetStringi was not found in glGetString(GL_EXTENSIONS)" << TestLog::EndMessage; 189 // only elements in glGetStringi(GL_EXTENSIONS) can be in glGetString 193 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i)); 203 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension \"" << extensions[ndx] << "\" found with GetString was not found with GetStringi(GL_EXTENSIONS, ind)" << TestLog::EndMessage;
|
es3fImplementationLimitTests.cpp | 328 const string extensionStr = (const char*)gl.getString(GL_EXTENSIONS); 357 extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, (GLuint)ndx); 359 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS) failed"); 384 : TestCase(context, "extensions", "GL_EXTENSIONS") 395 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetStringi(GL_EXTENSIONS):" << TestLog::EndMessage; 401 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetString(GL_EXTENSIONS):" << TestLog::EndMessage; 464 addChild(new ExtensionQueryCase(m_context)); // GL_EXTENSIONS + consistency validation
|
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
gl_APICheck.cc | 84 const GLubyte* ext_string = glGetString(GL_EXTENSIONS); 86 printf("ERROR: glGetString(GL_EXTENSIONS) failed\n"); 89 printf("GL_EXTENSIONS = %s\n", ext_string);
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
GLESSurfaceView.java | 63 extensions = GLES20.glGetString(GLES20.GL_EXTENSIONS); 67 extensions = GLES30.glGetString(GLES30.GL_EXTENSIONS); 71 extensions = gl.glGetString(GL10.GL_EXTENSIONS);
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp.h | 187 struct gl_extensions; 190 glcpp_parser_create (const struct gl_extensions *extensions, int api); 200 const struct gl_extensions *extensions, int api);
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
gpu_info_unittest.py | 30 'gl_extensions': 'j', 54 self.assertEquals(info.aux_attributes['gl_extensions'], 'j')
|
gpu_info.py | 54 gl_extensions (string)
|
/external/deqp/framework/opengl/ |
gluRenderContext.cpp | 173 const char* extStr = (const char*)gl.getString(GL_EXTENSIONS); 174 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS)"); 179 throw tcu::TestError("glGetString(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LINE__); 197 const char* const ext = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); 198 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS)"); 203 throw tcu::TestError("glGetStringi(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LINE__);
|
gluContextInfo.cpp | 192 const char* result = (const char*)gl.getString(GL_EXTENSIONS); 193 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS) failed"); 206 m_extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); 207 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS, ndx) failed");
|
/external/mesa3d/src/mesa/main/ |
getstring.c | 128 case GL_EXTENSIONS: 130 _mesa_error(ctx, GL_INVALID_ENUM, "glGetString(GL_EXTENSIONS)"); 175 case GL_EXTENSIONS:
|
extensions.c | 58 /** Offset (in bytes) of the corresponding member in struct gl_extensions. */ 71 * Given a member \c x of struct gl_extensions, return offset of 74 #define o(x) offsetof(struct gl_extensions, x) 332 * gl_extensions and return that member's offset (in bytes). If the name is 336 * \return Offset of member in struct gl_extensions. [all...] |
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
shadertoy_renderer.cpp | 78 glGetStringi(GL_EXTENSIONS, i));
|
/external/autotest/client/deps/glbench/src/ |
glx_stuff.cc | 45 const GLubyte *str = glGetString(GL_EXTENSIONS);
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.testing.internal.fake_gpu_info.html | 23 <td width="100%"><strong>FAKE_GPU_INFO</strong> = {'aux_attributes': {'adapter_luid': 0.0, 'amd_switchable': False, 'basic_info_state': 1, 'can_lose_context': False, 'context_info_state': 1, 'direct_rendering': True, 'driver_date': '', 'driver_vendor': 'NVIDIA', 'driver_version': '331.79', 'gl_extensions': 'GL_AMD_multi_draw_indirect GL_ARB_arrays_of_arra..._depth_texture GL_SGIX_shadow GL_SUN_slice_accum ', ...}, 'devices': [{'device_id': 3576.0, 'device_string': '', 'vendor_id': 4318.0, 'vendor_string': ''}], 'driver_bug_workarounds': ['clear_uniforms_before_first_program_use', 'disable_gl_path_rendering', 'init_gl_position_in_vertex_shader', 'init_vertex_attributes', 'remove_pow_with_constant_exponent', 'scalarize_vec_and_mat_constructor_args', 'use_current_program_after_successful_link', 'use_virtualized_gl_contexts'], 'feature_status': {'2d_canvas': 'unavailable_software', 'flash_3d': 'enabled', 'flash_stage3d': 'enabled', 'flash_stage3d_baseline': 'enabled', 'gpu_compositing': 'enabled', 'multiple_raster_threads': 'enabled_on', 'rasterization': 'disabled_software', 'video_decode': 'unavailable_software', 'video_encode': 'enabled', 'webgl': 'enabled'}}</td></tr></table>
|
/frameworks/base/libs/hwui/ |
Extensions.cpp | 39 auto extensions = StringUtils::split((const char*) glGetString(GL_EXTENSIONS));
|
/hardware/intel/common/libva/va/glx/ |
va_glx_impl.c | 195 const char *gl_extensions; local 198 gl_extensions = (const char *)glGetString(GL_EXTENSIONS); 199 if (!check_extension("GL_ARB_texture_non_power_of_two", gl_extensions)) 210 const char *gl_extensions; local 212 gl_extensions = (const char *)glGetString(GL_EXTENSIONS); 213 if (check_extension("GL_ARB_framebuffer_object", gl_extensions)) 215 if (check_extension("GL_EXT_framebuffer_object", gl_extensions))
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
HostConnection.cpp | 182 int extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, NULL, 0); 186 extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS,
|
/external/mesa3d/src/glsl/ |
glsl_parser_extras.h | 211 const struct gl_extensions *extensions; 300 const struct gl_extensions *extensions, int api);
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
GlesStubActivity.java | 397 extensions = GLES20.glGetString(GLES20.GL_EXTENSIONS); 402 extensions = GLES30.glGetString(GLES30.GL_EXTENSIONS); 407 extensions = gl.glGetString(GL10.GL_EXTENSIONS);
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
gl_code.cpp | 128 printGLString("Extensions", GL_EXTENSIONS);
|
/device/generic/goldfish-opengl/system/GLESv1/ |
gl.cpp | 141 case GL_EXTENSIONS:
|
/device/generic/goldfish-opengl/system/GLESv2/ |
gl2.cpp | 139 case GL_EXTENSIONS:
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/internal/ |
fake_gpu_info.py | 74 'gl_extensions':
|