Searched defs:SetTexture (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/ppapi/c/ |
D | ppb_compositor_layer.h | 127 int32_t (*SetTexture)(PP_Resource layer, member 243 int32_t (*SetTexture)(PP_Resource layer, member
|
/external/chromium_org/ppapi/cpp/ |
D | compositor_layer.cc | 61 int32_t CompositorLayer::SetTexture(const Graphics3D& context, in SetTexture() function in pp::CompositorLayer
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_compositor_layer_thunk.cc | 54 int32_t SetTexture(PP_Resource layer, in SetTexture() function
|
/external/chromium_org/ppapi/proxy/ |
D | compositor_layer_resource.cc | 133 int32_t CompositorLayerResource::SetTexture( in SetTexture() function in ppapi::proxy::CompositorLayerResource
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/ |
D | earth.cc | 699 void Planet::SetTexture(const std::string& name, int width, int height, in SetTexture() function in Planet
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth/ |
D | earth.cc | 659 void Planet::SetTexture(const std::string& name, int width, int height, in SetTexture() function in Planet
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/ |
D | earth.cc | 718 void Planet::SetTexture(const std::string& name, int width, int height, in SetTexture() function in Planet
|