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

1 2

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_cpp_generated_test.py 65 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_int32_extension))
67 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_message_extension))
71 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_int32_extension))
73 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_message_extension))
80 pb2.HasExtension(more_extensions_dynamic_pb2.dynamic_int32_extension))
82 pb2.HasExtension(more_extensions_dynamic_pb2.dynamic_message_extension))
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_android.cc 58 if (context->HasExtension("EGL_KHR_fence_sync") &&
59 context->HasExtension("EGL_KHR_image") &&
60 context->HasExtension("EGL_KHR_image_base") &&
61 context->HasExtension("EGL_KHR_gl_texture_2D_image") &&
62 context->HasExtension("GL_OES_EGL_image") &&
  /external/chromium_org/gpu/command_buffer/tests/
gl_query_unittest.cc 31 EXPECT_TRUE(GLTestHelper::HasExtension("GL_CHROMIUM_get_error_query"));
32 EXPECT_TRUE(GLTestHelper::HasExtension(
83 EXPECT_TRUE(GLTestHelper::HasExtension("GL_CHROMIUM_get_error_query"));
106 EXPECT_TRUE(GLTestHelper::HasExtension(
154 if (!GLTestHelper::HasExtension("GL_CHROMIUM_sync_query")) {
174 if (!GLTestHelper::HasExtension("GL_CHROMIUM_sync_query")) {
gl_test_utils.h 17 static bool HasExtension(const char* extension);
gl_chromium_framebuffer_multisample_unittest.cc 31 if (!GLTestHelper::HasExtension("GL_CHROMIUM_framebuffer_multisample")) {
51 if (!GLTestHelper::HasExtension("GL_CHROMIUM_framebuffer_multisample")) {
occlusion_query_unittest.cc 72 EXPECT_TRUE(GLTestHelper::HasExtension("GL_EXT_occlusion_query_boolean"))
76 if (!GLTestHelper::HasExtension("GL_EXT_occlusion_query_boolean")) {
gl_bind_uniform_location_unittest.cc 36 GLTestHelper::HasExtension("GL_CHROMIUM_bind_uniform_location"));
106 GLTestHelper::HasExtension("GL_CHROMIUM_bind_uniform_location"));
gl_depth_texture_unittest.cc 64 if (!GLTestHelper::HasExtension("GL_CHROMIUM_depth_texture")) {
68 bool have_depth_stencil = GLTestHelper::HasExtension(
gl_stream_draw_unittest.cc 119 if (!GLTestHelper::HasExtension("GL_OES_vertex_array_object")) {
compressed_texture_test.cc 205 if (!GLTestHelper::HasExtension(ext))
gl_test_utils.cc 18 bool GLTestHelper::HasExtension(const char* extension) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
test_util_lite.cc     [all...]
test_util.cc     [all...]
extension_set_unittest.cc 133 EXPECT_FALSE(message.HasExtension(unittest::optional_int64_extension));
137 EXPECT_TRUE(message.HasExtension(unittest::optional_int32_extension));
138 EXPECT_TRUE(message.HasExtension(unittest::optional_uint32_extension));
147 EXPECT_FALSE(message.HasExtension(
153 EXPECT_TRUE(message.HasExtension(
170 EXPECT_FALSE(message.HasExtension(
176 EXPECT_FALSE(message.HasExtension(
184 EXPECT_TRUE(message.HasExtension(
191 EXPECT_FALSE(message.HasExtension(
404 EXPECT_TRUE(message.HasExtension(unittest::optional_string_extension))
    [all...]
  /external/protobuf/src/google/protobuf/
test_util_lite.cc     [all...]
test_util.cc     [all...]
extension_set_unittest.cc 131 EXPECT_FALSE(message.HasExtension(unittest::optional_int64_extension));
135 EXPECT_TRUE(message.HasExtension(unittest::optional_int32_extension));
136 EXPECT_TRUE(message.HasExtension(unittest::optional_uint32_extension));
327 EXPECT_TRUE(message.HasExtension(unittest::optional_string_extension));
  /external/chromium_org/extensions/browser/
external_provider_interface.h 78 virtual bool HasExtension(const std::string& id) const = 0;
  /external/chromium_org/ui/gl/
gl_context_glx.cc 169 if (HasExtension("GLX_EXT_swap_control") &&
175 } else if (HasExtension("GLX_MESA_swap_control") &&
199 if (HasExtension("GL_NVX_gpu_memory_info")) {
gl_context.h 99 bool HasExtension(const char* name);
gl_context.cc 109 bool GLContext::HasExtension(const char* name) {
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.h 59 virtual bool HasExtension(const std::string& id) const OVERRIDE;
  /external/protobuf/python/google/protobuf/
message.py 223 def HasExtension(self, extension_handle):
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 112 bool HasExtension(const Descriptor* descriptor) {
117 if (HasExtension(descriptor->nested_type(i))) {
383 if (HasExtension(file->message_type(i))) {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 240 def HasExtension(self, extension_handle):

Completed in 539 milliseconds

1 2