HomeSort by relevance Sort by last modified time
    Searched refs:apicall (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/hwui/debug/
GlesErrorCheckWrapper.h 34 void assertNoErrors(const char* apicall);
GlesErrorCheckWrapper.cpp 25 void GlesErrorCheckWrapper::assertNoErrors(const char* apicall) {
54 "%s error! %s (0x%x)", apicall, lastErrorName, lastError);
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 285 apicall = 'GLAPI ',
304 apicall = 'GLAPI ',
323 apicall = 'GL_API ',
342 apicall = 'GL_API ',
361 apicall = 'GL_APICALL ',
380 apicall = 'GL_APICALL ',
399 apicall = 'GL_APICALL ',
418 apicall = 'GL_APICALL ',
437 apicall = 'EGLAPI ',
456 apicall = 'EGLAPI '
    [all...]
reg.py 282 # apicall - string to use for the function declaration prefix,
283 # such as APICALL on Windows.
306 apicall = '',
318 self.apicall = apicall
472 pdecl = self.genOpts.apicall
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
genvk.py 176 apicall = 'VKAPI_ATTR ',
204 apicall = '',
283 apicall = 'VKAPI_ATTR ',
305 apicall = 'VKAPI_ATTR ',
generator.py 163 # apicall - string to use for the function declaration prefix,
164 # such as APICALL on Windows.
193 apicall = '',
208 self.apicall = apicall
222 # apicall - string to use for the function declaration prefix,
223 # such as APICALL on Windows.
251 apicall = '',
263 self.apicall = apicall
    [all...]
  /external/vulkan-validation-layers/
lvl_genvk.py 115 apicall = 'VKAPI_ATTR ',
136 apicall = 'VKAPI_ATTR ',
157 apicall = 'VKAPI_ATTR ',
threading_generator.py 46 # apicall - string to use for the function declaration prefix,
47 # such as APICALL on Windows.
76 apicall = '',
91 self.apicall = apicall
unique_objects_generator.py 49 # apicall - string to use for the function declaration prefix,
50 # such as APICALL on Windows.
79 apicall = '',
94 self.apicall = apicall
    [all...]
parameter_validation_generator.py 49 # apicall - string to use for the function declaration prefix,
50 # such as APICALL on Windows.
79 apicall = '',
94 self.apicall = apicall
    [all...]
generator.py 435 pdecl = self.genOpts.apicall

Completed in 160 milliseconds