Searched refs:updateFunc (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cupti_10_0.inc | 379 CUpti_KernelReplayUpdateFunc updateFunc, void *customData) { 384 return func_ptr(updateFunc, customData);
|
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 1507 void updateTextureBoundToFramebufferHelper(UpdateFunc updateFunc); 2552 void SimpleStateChangeTest::updateTextureBoundToFramebufferHelper(UpdateFunc updateFunc) in updateTextureBoundToFramebufferHelper() argument 2583 updateFunc(GL_TEXTURE_2D, &renderTarget, 0, 1, GLColor::blue); in updateTextureBoundToFramebufferHelper() 2592 updateFunc(GL_TEXTURE_2D, &renderTarget, 1, 1, GLColor::yellow); in updateTextureBoundToFramebufferHelper() 2610 auto updateFunc = [](GLenum textureBinding, GLTexture *tex, GLint x, GLint y, in TEST_P() local 2616 updateTextureBoundToFramebufferHelper(updateFunc); in TEST_P() 2635 auto updateFunc = [©Source](GLenum textureBinding, GLTexture *tex, GLint x, GLint y, in TEST_P() local 2644 updateTextureBoundToFramebufferHelper(updateFunc); in TEST_P()
|