HomeSort by relevance Sort by last modified time
    Searched defs:components (Results 151 - 175 of 671) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/modules/egl/
teglWideColorTests.cpp 394 EGLint components[4]; local
396 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0]));
397 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_GREEN_SIZE, &components[1]));
398 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_BLUE_SIZE, &components[2]));
399 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3]));
401 TCU_CHECK_MSG(components[0] == 10, "Missing 10bit deep red channel");
402 TCU_CHECK_MSG(components[1] == 10, "Missing 10bit deep green channel");
403 TCU_CHECK_MSG(components[2] == 10, "Missing 10bit deep blue channel");
404 TCU_CHECK_MSG(components[3] == 2, "Missing 2bit deep alpha channel");
449 EGLint components[4] local
    [all...]
  /external/libxkbcommon/xkbcommon/src/
state.c 95 * allows us to report which components of the state have changed.
97 struct state_components components; member in struct:xkb_state
124 xkb_mod_mask_t active_mods = state->components.mods & type->mods.mask;
213 return XkbWrapGroupIntoRange(state->components.group, key->num_groups,
279 state->components.base_group = filter->priv;
282 state->components.locked_group = 0;
291 filter->priv = state->components.base_group;
293 state->components.base_group = filter->action.group.group;
295 state->components.base_group += filter->action.group.group;
322 state->components.locked_group = filter->action.group.group
    [all...]
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 462 * worry about components beginning at anything other than 0 as
804 * * the total number of components to capture in any varying
2213 uint8_t components[MAX_VARYINGS_INCL_PATCH] = {0}; local
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 223 static const glsl_type *vec(unsigned components);
224 static const glsl_type *dvec(unsigned components);
225 static const glsl_type *ivec(unsigned components);
226 static const glsl_type *uvec(unsigned components);
227 static const glsl_type *bvec(unsigned components);
234 * this function gets the scalar type of the individual components. For
245 * individual components. For structs and arrays of structs, this function
311 unsigned components() const function in struct:glsl_type
317 * Calculate the number of components slots required to hold this type
747 * Return the number of coordinate components needed for thi
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 147 * \param comps number of components per pixel (1..4)
2049 GLint components; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 51 FX_SAFE_UINT32 CalculatePitch8(uint32_t bpc, uint32_t components, int width) {
53 pitch *= components;
616 uint32_t components = 0; local
617 pJpxModule->GetImageInfo(context->decoder(), &width, &height, &components);
623 if (components != m_pColorSpace->CountComponents())
631 if (components == 3) {
633 } else if (components == 4) {
636 m_nComponents = components;
640 if (components == 1) {
642 } else if (components <= 3)
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Program.cpp 1130 int components = VariableColumnCount(output->type); local
1151 vertexBinary->setOutput(out + i, components, sw::Shader::Semantic(sw::Shader::USAGE_COLOR, in + i));
1158 pixelBinary->setInput(in + i, components, sw::Shader::Semantic());
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 203 std::vector<string> components = port::Split(exe_path, '/'); local
204 components.pop_back();
205 return port::Join(components, "/");
    [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 290 ComponentName[] components = componentsFromString(names); local
292 // first, ensure components point to valid services
294 if (components != null) {
295 for (ComponentName component : components) {
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationManagerCompat.java 96 /** Cache of enabled notification listener components */
270 final String[] components = enabledNotificationListeners.split(":", -1); local
271 Set<String> packageNames = new HashSet<String>(components.length);
272 for (String component : components) {
433 // Ensure all enabled components have a record in the listener map.
442 // Remove listener records that are no longer for enabled components.
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 181 struct component_list components[NUM_OF_IDS]; variable in typeref:struct:component_list
307 if (components[TIME].order == i) {
335 } else if (components[CALIBRATED_GYROSCOPE].order == i) {
379 } else if (components[CALIBRATED_ACCELEROMETER].order == i) {
390 } else if (components[CALIBRATED_COMPASS].order == i) {
405 } else if (components[RAW_GYROSCOPE].order == i) {
416 } else if (components[RAW_GYROSCOPE_BODY].order == i) {
427 } else if (components[RAW_ACCELEROMETER].order == i) {
438 } else if (components[RAW_COMPASS].order == i) {
449 } else if (components[QUATERNION_9_AXIS].order == i)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 495 String[] components = sortString.split(","); local
496 for (String component : components) {
  /external/deqp/framework/common/
tcuTexture.hpp 167 Channel components[4]; member in struct:tcu::TextureSwizzle
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 207 // With max_components you can request less than the number of components
212 std::vector<std::string> components; member in struct:flatbuffers::Namespace
  /external/flatbuffers/src/
idl_parser.cpp 157 if (components.size() == 0 || !max_components) {
161 for (size_t i = 0; i < std::min(components.size(), max_components);
166 stream << components[i]; local
452 for (int components = static_cast<int>(current_namespace_->components.size());
453 components >= 0; components--) {
455 current_namespace_->GetFullyQualifiedName(id, components));
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 1674 EGLint components; member in struct:wl_drm_components_descriptor
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 242 int components; /** Number of components per vertex */ member in struct:radeon_aos
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 820 uint8_t components[4] = { 0 }; local
837 components[i] = SWIZZLE_ONE;
839 components[i] = SWIZZLE_ZERO;
841 components[i] = SWIZZLE_ONE;
856 components[i] = SWIZZLE_X;
875 components[i] = swiz->mask.x;
904 src.swizzle = MAKE_SWIZZLE4(components[0],
905 components[1],
906 components[2],
907 components[3])
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 1384 int components = VariableRegisterSize(output.type); local
1434 int components = VariableRegisterSize(output.type); local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 270 ArraySet<String> components = new ArraySet<String>(); local
272 components.add(component1);
273 ps.setDisabledComponents(components, 0);
281 // User 1 should not have any disabled components
285 ps.setEnabledComponents(components, 1);
    [all...]
  /packages/services/Car/car-lib/src/android/car/diagnostic/
CarDiagnosticEvent.java 618 public final IgnitionMonitor components; field in class:CarDiagnosticEvent.CommonIgnitionMonitors
647 components = COMPONENTS_DECODER.fromValue(bitmask);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 1399 unsigned int components[4]; local
    [all...]
  /system/core/adb/
commandline.cpp 996 std::vector<std::string> components = android::base::Split(service, "-"); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 920 const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth textures, test explicit components 0 to 3 and implicit component 0.
942 if (componentCaseNdx == 0) // Don't test all offsets variants for all color components (they should be pretty orthogonal).
973 if (componentCaseNdx == 0) // Don't test all offsets variants for all color components (they should be pretty orthogonal).
1192 const vk::VkComponentMapping components = local
    [all...]

Completed in 939 milliseconds

1 2 3 4 5 67 8 91011>>