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

1 2

  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 103 * Here we cache the GL_EXTENSIONS string for this context and we
107 if (gl_extensions.isEmpty()) {
108 // call the implementation's glGetString(GL_EXTENSIONS)
109 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
110 gl_extensions.setTo(exts);
111 if (gl_extensions.find("GL_EXT_debug_marker") < 0) {
113 temp.append(gl_extensions);
114 gl_extensions.setTo(temp);
egl_object.h 161 String8 gl_extensions; member in class:android::egl_context_t
egl.cpp 288 if (name != GL_EXTENSIONS)
291 return (const GLubyte *)c->gl_extensions.string();
  /external/chromium_org/gpu/config/
gpu_info_collector_unittest.cc 41 const char* gl_extensions = local
55 const char* gl_extensions = local
69 const char* gl_extensions = local
83 test_values_.gl_extensions = gl_extensions;
86 EXPECT_CALL(*gl_, GetString(GL_EXTENSIONS))
88 gl_extensions)));
181 EXPECT_EQ(test_values_.gl_extensions,
182 gpu_info.gl_extensions);
gpu_info_collector.cc 100 gpu_info->gl_extensions = GetGLString(GL_EXTENSIONS);
112 gpu_info->gl_extensions.find("GL_EXT_robustness") != std::string::npos ||
113 gpu_info->gl_extensions.find("GL_ARB_robustness") != std::string::npos;
137 basic_gpu_info->gl_extensions = context_gpu_info.gl_extensions;
gpu_info_unittest.cc 27 EXPECT_EQ(gpu_info.gl_extensions, "");
gpu_info.cc 65 std::string gl_extensions; member in struct:gpu::GPUInfoKnownFields
114 enumerator->AddString("glExtensions", gl_extensions);
gpu_info.h 116 // The GL_EXTENSIONS string. "" if we are not using OpenGL.
117 std::string gl_extensions; member in struct:gpu::GPUInfo
gpu_control_list.cc 617 if (value->GetDictionary("gl_extensions", &gl_extensions_value)) {
623 LOG(WARNING) << "Malformed gl_extensions entry " << entry->id();
    [all...]
  /external/chromium_org/third_party/mesa/src/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);
pp.c 154 const struct gl_extensions *extensions, int api)
  /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);
pp.c 154 const struct gl_extensions *extensions, int api)
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.h 211 const struct gl_extensions *extensions;
300 const struct gl_extensions *extensions, int api);
glsl_parser_extras.cpp 225 * Flag in the gl_extensions struct indicating whether this
227 * &gl_extensions::dummy_true if supported by all drivers.
229 * Note: the type (GLboolean gl_extensions::*) is a "pointer to
239 const GLboolean gl_extensions::* supported_flag;
265 { "GL_" #NAME, VS, GS, FS, GL, ES, &gl_extensions::SUPPORTED_FLAG, \
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 211 const struct gl_extensions *extensions;
300 const struct gl_extensions *extensions, int api);
glsl_parser_extras.cpp 225 * Flag in the gl_extensions struct indicating whether this
227 * &gl_extensions::dummy_true if supported by all drivers.
229 * Note: the type (GLboolean gl_extensions::*) is a "pointer to
239 const GLboolean gl_extensions::* supported_flag;
265 { "GL_" #NAME, VS, GS, FS, GL, ES, &gl_extensions::SUPPORTED_FLAG, \
  /external/chromium_org/chrome/browser/ui/webui/
flash_ui.cc 371 AddPair(list, ASCIIToUTF16("GL_EXTENSIONS"), gpu_info.gl_extensions);
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 141 basic_info->Append(NewDescriptionValuePair("GL_EXTENSIONS",
142 gpu_info.gl_extensions));
  /external/chromium_org/content/common/gpu/
gpu_messages.h 156 IPC_STRUCT_TRAITS_MEMBER(gl_extensions)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 544 basic_info->Append(NewDescriptionValuePair("GL_EXTENSIONS",
545 gpu_info.gl_extensions));
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_extensions.c 266 * Given a member \c x of struct gl_extensions, return offset of
269 #define o(x) offsetof(struct gl_extensions, x)
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 266 * Given a member \c x of struct gl_extensions, return offset of
269 #define o(x) offsetof(struct gl_extensions, x)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 2945 struct gl_extensions struct
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 2945 struct gl_extensions struct
    [all...]

Completed in 1010 milliseconds

1 2