HomeSort by relevance Sort by last modified time
    Searched defs:formatId (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedColorMasks.cpp 103 static unsigned int formatId = 0;
106 glw::GLenum format = WriteMasksFormats[formatId];
297 formatId = 0;
304 formatId = 0;
309 ++formatId;
310 if (formatId < (sizeof(WriteMasksFormats) / sizeof(WriteMasksFormats[0])))
317 formatId = 0;
esextcDrawBuffersIndexedBlending.cpp 99 static unsigned int formatId = 0;
102 glw::GLenum format = BlendFormats[formatId];
266 formatId = 0;
273 formatId = 0;
278 ++formatId;
279 if (formatId < (sizeof(BlendFormats) / sizeof(BlendFormats[0])))
286 formatId = 0;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/sound/
SoundFragment.java 102 format.getKey() /*formatId*/));
110 int formatId = format.getKey();
122 pref.setTitle(getFormatDisplayName(formatId));
123 pref.setKey(KEY_SURROUND_SOUND_FORMAT_PREFIX + formatId);
132 private String getFormatDisplayName(int formatId) {
133 switch (formatId) {
144 return AudioFormat.toDisplayName(formatId);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 108 void formatId(Id id, std::stringstream&);
228 void SpirvStream::formatId(Id id, std::stringstream& idStream)
246 formatId(id, idStream);
261 formatId(id, idStream);
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 248 milliseconds